Пример #1
0
 /// <remarks/>
 public void viewLastMailingAsync(LastMailingSnapshotRequest viewLastMailingRequest, object userState) {
     if ((this.viewLastMailingOperationCompleted == null)) {
         this.viewLastMailingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnviewLastMailingOperationCompleted);
     }
     this.InvokeAsync("viewLastMailing", new object[] {
                 viewLastMailingRequest}, this.viewLastMailingOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void viewLastMailingAsync(LastMailingSnapshotRequest viewLastMailingRequest) {
     this.viewLastMailingAsync(viewLastMailingRequest, null);
 }