Exemplo n.º 1
0
 public AxlNetClient.StandardResponse removeMeetMe(AxlNetClient.RemoveMeetMeReq removeMeetMe1)
 {
     AxlNetClient.removeMeetMeRequest inValue = new AxlNetClient.removeMeetMeRequest();
     inValue.removeMeetMe = removeMeetMe1;
     AxlNetClient.removeMeetMeResponse retVal = ((AxlNetClient.AXLPort21)(this)).removeMeetMe(inValue);
     return(retVal.removeMeetMeResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeMeetMeResponse> removeMeetMeAsync(AxlNetClient.RemoveMeetMeReq removeMeetMe)
 {
     AxlNetClient.removeMeetMeRequest inValue = new AxlNetClient.removeMeetMeRequest();
     inValue.removeMeetMe = removeMeetMe;
     return(((AxlNetClient.AXLPort21)(this)).removeMeetMeAsync(inValue));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.removeMeetMeResponse> removeMeetMeAsync(AxlNetClient.RemoveMeetMeReq removeMeetMe)
 {
     return(axlPortClient21.removeMeetMeAsync(removeMeetMe));
 }
Exemplo n.º 4
0
 public AxlNetClient.StandardResponse removeMeetMe(AxlNetClient.RemoveMeetMeReq removeMeetMe1)
 {
     return(axlPortClient21.removeMeetMe(removeMeetMe1));
 }