Example #1
0
 /// <remarks/>
 public void GetSessionAsync(GetSessionRequest GetSessionRequest, object userState) {
     if ((this.GetSessionOperationCompleted == null)) {
         this.GetSessionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSessionOperationCompleted);
     }
     this.InvokeAsync("GetSession", new object[] {
                 GetSessionRequest}, this.GetSessionOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetSessionAsync(GetSessionRequest GetSessionRequest) {
     this.GetSessionAsync(GetSessionRequest, null);
 }