Exemple #1
0
 public AxlNetClient.DoDeviceLogoutRes doDeviceLogout(AxlNetClient.DoDeviceLogoutReq doDeviceLogout1)
 {
     AxlNetClient.doDeviceLogoutRequest inValue = new AxlNetClient.doDeviceLogoutRequest();
     inValue.doDeviceLogout = doDeviceLogout1;
     AxlNetClient.doDeviceLogoutResponse retVal = ((AxlNetClient.AXLPort77)(this)).doDeviceLogout(inValue);
     return(retVal.doDeviceLogoutResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.doDeviceLogoutResponse> doDeviceLogoutAsync(AxlNetClient.DoDeviceLogoutReq doDeviceLogout)
 {
     AxlNetClient.doDeviceLogoutRequest inValue = new AxlNetClient.doDeviceLogoutRequest();
     inValue.doDeviceLogout = doDeviceLogout;
     return(((AxlNetClient.AXLPort77)(this)).doDeviceLogoutAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.doDeviceLogoutResponse> AxlNetClient.AXLPort77.doDeviceLogoutAsync(AxlNetClient.doDeviceLogoutRequest request)
 {
     return(base.Channel.doDeviceLogoutAsync(request));
 }
Exemple #4
0
 AxlNetClient.doDeviceLogoutResponse AxlNetClient.AXLPort77.doDeviceLogout(AxlNetClient.doDeviceLogoutRequest request)
 {
     return(base.Channel.doDeviceLogout(request));
 }