예제 #1
0
 /// <remarks/>
 public void AddFolderAsync(AddFolderRequest AddFolderRequest, object userState) {
     if ((this.AddFolderOperationCompleted == null)) {
         this.AddFolderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddFolderOperationCompleted);
     }
     this.InvokeAsync("AddFolder", new object[] {
                 AddFolderRequest}, this.AddFolderOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void AddFolderAsync(AddFolderRequest AddFolderRequest) {
     this.AddFolderAsync(AddFolderRequest, null);
 }