예제 #1
0
 public System.Threading.Tasks.Task <AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken> BeginLoginAsync(AdventureWorksSalesClient.AuthenticationServiceReference.LoginCredentials credentials)
 {
     return(base.Channel.BeginLoginAsync(credentials));
 }
예제 #2
0
 public AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken BeginLogin(AdventureWorksSalesClient.AuthenticationServiceReference.LoginCredentials credentials)
 {
     return(base.Channel.BeginLogin(credentials));
 }