コード例 #1
0
ファイル: Reference.cs プロジェクト: ZhouAnPing/Mail
 /// <remarks/>
 public void getByTagIdsAsync(SortableMailjobTagIDsRequest getByTagIdsRequest, object userState) {
     if ((this.getByTagIdsOperationCompleted == null)) {
         this.getByTagIdsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetByTagIdsOperationCompleted);
     }
     this.InvokeAsync("getByTagIds", new object[] {
                 getByTagIdsRequest}, this.getByTagIdsOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ZhouAnPing/Mail
 /// <remarks/>
 public void getByTagIdsAsync(SortableMailjobTagIDsRequest getByTagIdsRequest) {
     this.getByTagIdsAsync(getByTagIdsRequest, null);
 }