Esempio n. 1
0
 /// <remarks/>
 public void CreateAttachmentAsync(CreateAttachmentType CreateAttachment1, object userState) {
     if ((this.CreateAttachmentOperationCompleted == null)) {
         this.CreateAttachmentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateAttachmentOperationCompleted);
     }
     this.InvokeAsync("CreateAttachment", new object[] {
                 CreateAttachment1}, this.CreateAttachmentOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void CreateAttachmentAsync(CreateAttachmentType CreateAttachment1) {
     this.CreateAttachmentAsync(CreateAttachment1, null);
 }