Esempio n. 1
0
 /// <remarks/>
 public void RefreshSessionAsync(RefreshSessionRequest RefreshSessionRequest, object userState) {
     if ((this.RefreshSessionOperationCompleted == null)) {
         this.RefreshSessionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRefreshSessionOperationCompleted);
     }
     this.InvokeAsync("RefreshSession", new object[] {
                 RefreshSessionRequest}, this.RefreshSessionOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void RefreshSessionAsync(RefreshSessionRequest RefreshSessionRequest) {
     this.RefreshSessionAsync(RefreshSessionRequest, null);
 }