Exemplo n.º 1
0
 public AxlNetClient.GetMohServerRes getMohServer(AxlNetClient.GetMohServerReq getMohServer1)
 {
     AxlNetClient.getMohServerRequest inValue = new AxlNetClient.getMohServerRequest();
     inValue.getMohServer = getMohServer1;
     AxlNetClient.getMohServerResponse retVal = ((AxlNetClient.AXLPort42)(this)).getMohServer(inValue);
     return(retVal.getMohServerResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getMohServerResponse> getMohServerAsync(AxlNetClient.GetMohServerReq getMohServer)
 {
     AxlNetClient.getMohServerRequest inValue = new AxlNetClient.getMohServerRequest();
     inValue.getMohServer = getMohServer;
     return(((AxlNetClient.AXLPort42)(this)).getMohServerAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getMohServerResponse> AxlNetClient.AXLPort42.getMohServerAsync(AxlNetClient.getMohServerRequest request)
 {
     return(base.Channel.getMohServerAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.getMohServerResponse AxlNetClient.AXLPort42.getMohServer(AxlNetClient.getMohServerRequest request)
 {
     return(base.Channel.getMohServer(request));
 }