Beispiel #1
0
 public System.Threading.Tasks.Task <AuthenticationService.logoutResponse1> logoutAsync(AuthenticationService.logoutRequest logoutRequest)
 {
     AuthenticationService.logoutRequest1 inValue = new AuthenticationService.logoutRequest1();
     inValue.logoutRequest = logoutRequest;
     return(((AuthenticationService.AuthPort)(this)).logoutAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <AuthenticationService.logoutResponse1> AuthenticationService.AuthPort.logoutAsync(AuthenticationService.logoutRequest1 request)
 {
     return(base.Channel.logoutAsync(request));
 }