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