Ejemplo 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);
 }
Ejemplo 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));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeMeetMeResponse> AxlNetClient.AXLPort21.removeMeetMeAsync(AxlNetClient.removeMeetMeRequest request)
 {
     return(base.Channel.removeMeetMeAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.removeMeetMeResponse AxlNetClient.AXLPort21.removeMeetMe(AxlNetClient.removeMeetMeRequest request)
 {
     return(base.Channel.removeMeetMe(request));
 }