コード例 #1
0
 /// <remarks/>
 public void GetHistoryAsync(GetHistoryRequest GetHistoryRequest)
 {
     this.GetHistoryAsync(GetHistoryRequest, null);
 }
コード例 #2
0
 /// <remarks/>
 public void GetHistoryAsync(GetHistoryRequest GetHistoryRequest, object userState)
 {
     if ((this.GetHistoryOperationCompleted == null)) {
         this.GetHistoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetHistoryOperationCompleted);
     }
     this.InvokeAsync("GetHistory", new object[] {
                 GetHistoryRequest}, this.GetHistoryOperationCompleted, userState);
 }
コード例 #3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetHistory(GetHistoryRequest GetHistoryRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetHistory", new object[] {
                 GetHistoryRequest}, callback, asyncState);
 }