Beispiel #1
0
 /// <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);
 }
Beispiel #2
0
 /// <remarks/>
 public void DeleteAttachmentAsync(DeleteAttachmentType DeleteAttachment1) {
     this.DeleteAttachmentAsync(DeleteAttachment1, null);
 }