Пример #1
0
 /// <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
 /// <remarks/>
 public void getTagsByWorkspaceIdAsync(SortableWorkspaceIDRequest getTagsByWorkspaceIdRequest) {
     this.getTagsByWorkspaceIdAsync(getTagsByWorkspaceIdRequest, null);
 }