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