コード例 #1
0
 public AxlNetClient.StandardResponse updateMeetMe(AxlNetClient.UpdateMeetMeReq updateMeetMe1)
 {
     AxlNetClient.updateMeetMeRequest inValue = new AxlNetClient.updateMeetMeRequest();
     inValue.updateMeetMe = updateMeetMe1;
     AxlNetClient.updateMeetMeResponse retVal = ((AxlNetClient.AXLPort21)(this)).updateMeetMe(inValue);
     return(retVal.updateMeetMeResponse1);
 }
コード例 #2
0
 public AxlNetClient.StandardResponse updateMeetMe(AxlNetClient.UpdateMeetMeReq updateMeetMe1)
 {
     return(axlPortClient21.updateMeetMe(updateMeetMe1));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateMeetMeResponse> updateMeetMeAsync(AxlNetClient.UpdateMeetMeReq updateMeetMe)
 {
     AxlNetClient.updateMeetMeRequest inValue = new AxlNetClient.updateMeetMeRequest();
     inValue.updateMeetMe = updateMeetMe;
     return(((AxlNetClient.AXLPort21)(this)).updateMeetMeAsync(inValue));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateMeetMeResponse> updateMeetMeAsync(AxlNetClient.UpdateMeetMeReq updateMeetMe)
 {
     return(axlPortClient21.updateMeetMeAsync(updateMeetMe));
 }