Exemplo n.º 1
0
 /// <remarks/>
 public void AuthenticateWithAppSessionIDAsync(AuthenticateWithAppSessionIDRequest req) {
     this.AuthenticateWithAppSessionIDAsync(req, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void AuthenticateWithAppSessionIDAsync(AuthenticateWithAppSessionIDRequest req, object userState) {
     if ((this.AuthenticateWithAppSessionIDOperationCompleted == null)) {
         this.AuthenticateWithAppSessionIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAuthenticateWithAppSessionIDOperationCompleted);
     }
     this.InvokeAsync("AuthenticateWithAppSessionID", new object[] {
                 req}, this.AuthenticateWithAppSessionIDOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public AuthenticateWithAppSessionIDResponse AuthenticateWithAppSessionID(AuthenticateWithAppSessionIDRequest req) {
     object[] results = this.Invoke("AuthenticateWithAppSessionID", new object[] {
                 req});
     return ((AuthenticateWithAppSessionIDResponse)(results[0]));
 }