/// <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); }
/// <remarks/> public void getDeliveredBySmsJobIdAsync(ReportingByMailJobIdRequest getDeliveredBySmsJobIdRequest) { this.getDeliveredBySmsJobIdAsync(getDeliveredBySmsJobIdRequest, null); }