/// <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); }
/// <remarks/> public void GetSessionAsync(GetSessionRequest GetSessionRequest) { this.GetSessionAsync(GetSessionRequest, null); }