Example #1
0
 private object[] OnEndMode(System.IAsyncResult result)
 {
     WssSVLib.Authentication.AuthenticationMode retVal = ((WssSVLib.Authentication.AuthenticationSoap)(this)).EndMode(result);
     return(new object[] {
         retVal
     });
 }
Example #2
0
 public WssSVLib.Authentication.AuthenticationMode EndMode(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     WssSVLib.Authentication.AuthenticationMode _result = ((WssSVLib.Authentication.AuthenticationMode)(base.EndInvoke("Mode", _args, result)));
     return(_result);
 }