Exemplo n.º 1
0
 private object[] OnEndGetActiveUser(System.IAsyncResult result)
 {
     ChemProV.OSBLEAuthServiceRef.UserProfile retVal = ((ChemProV.OSBLEAuthServiceRef.AuthenticationService)(this)).EndGetActiveUser(result);
     return(new object[] {
         retVal
     });
 }
Exemplo n.º 2
0
 public ChemProV.OSBLEAuthServiceRef.UserProfile EndGetActiveUser(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     ChemProV.OSBLEAuthServiceRef.UserProfile _result = ((ChemProV.OSBLEAuthServiceRef.UserProfile)(base.EndInvoke("GetActiveUser", _args, result)));
     return(_result);
 }