コード例 #1
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void EmptyFolderAsync(EmptyFolderType EmptyFolder1, object userState) {
     if ((this.EmptyFolderOperationCompleted == null)) {
         this.EmptyFolderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEmptyFolderOperationCompleted);
     }
     this.InvokeAsync("EmptyFolder", new object[] {
                 EmptyFolder1}, this.EmptyFolderOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void EmptyFolderAsync(EmptyFolderType EmptyFolder1) {
     this.EmptyFolderAsync(EmptyFolder1, null);
 }