コード例 #1
0
ファイル: Reference.cs プロジェクト: daizhen/JsonCompare
 /// <remarks/>
 public void RetrieveCompareServiceListAsync(RetrieveCompareServiceListRequest RetrieveCompareServiceListRequest, object userState) {
     if ((this.RetrieveCompareServiceListOperationCompleted == null)) {
         this.RetrieveCompareServiceListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRetrieveCompareServiceListOperationCompleted);
     }
     this.InvokeAsync("RetrieveCompareServiceList", new object[] {
                 RetrieveCompareServiceListRequest}, this.RetrieveCompareServiceListOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: daizhen/JsonCompare
 /// <remarks/>
 public void RetrieveCompareServiceListAsync(RetrieveCompareServiceListRequest RetrieveCompareServiceListRequest) {
     this.RetrieveCompareServiceListAsync(RetrieveCompareServiceListRequest, null);
 }