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
 public System.Threading.Tasks.Task <AxlNetClient.doDeviceLogoutResponse> doDeviceLogoutAsync(AxlNetClient.DoDeviceLogoutReq doDeviceLogout)
 {
     return(axlPortClient77.doDeviceLogoutAsync(doDeviceLogout));
 }
Exemple #4
0
 public AxlNetClient.DoDeviceLogoutRes doDeviceLogout(AxlNetClient.DoDeviceLogoutReq doDeviceLogout1)
 {
     return(axlPortClient77.doDeviceLogout(doDeviceLogout1));
 }