Beispiel #1
0
 /// <remarks/>
 public void GetAttachmentAsync(GetAttachmentType GetAttachment1, object userState) {
     if ((this.GetAttachmentOperationCompleted == null)) {
         this.GetAttachmentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAttachmentOperationCompleted);
     }
     this.InvokeAsync("GetAttachment", new object[] {
                 GetAttachment1}, this.GetAttachmentOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetAttachmentAsync(GetAttachmentType GetAttachment1) {
     this.GetAttachmentAsync(GetAttachment1, null);
 }