예제 #1
0
 public WssSVLib.Authentication.LoginResponse EndLogin(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     WssSVLib.Authentication.LoginResponse _result = ((WssSVLib.Authentication.LoginResponse)(base.EndInvoke("Login", _args, result)));
     return(_result);
 }
예제 #2
0
 private WssSVLib.Authentication.LoginResult EndLogin(System.IAsyncResult result)
 {
     WssSVLib.Authentication.LoginResponse retVal = ((WssSVLib.Authentication.AuthenticationSoap)(this)).EndLogin(result);
     return(retVal.Body.LoginResult);
 }