Ejemplo n.º 1
0
 public System.Threading.Tasks.Task LogoutAsync(AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken token)
 {
     return(base.Channel.LogoutAsync(token));
 }
Ejemplo n.º 2
0
 public void Logout(AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken token)
 {
     base.Channel.Logout(token);
 }