Ejemplo n.º 1
0
 /// <remarks/>
 public void getDeliveredBySmsJobIdAsync(ReportingByMailJobIdRequest getDeliveredBySmsJobIdRequest, object userState) {
     if ((this.getDeliveredBySmsJobIdOperationCompleted == null)) {
         this.getDeliveredBySmsJobIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDeliveredBySmsJobIdOperationCompleted);
     }
     this.InvokeAsync("getDeliveredBySmsJobId", new object[] {
                 getDeliveredBySmsJobIdRequest}, this.getDeliveredBySmsJobIdOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void getDeliveredBySmsJobIdAsync(ReportingByMailJobIdRequest getDeliveredBySmsJobIdRequest) {
     this.getDeliveredBySmsJobIdAsync(getDeliveredBySmsJobIdRequest, null);
 }