/// <remarks/> public void PurchaseFaxINServiceAsync(string username, string password, FaxInServiceItem Purchase, OptionalParameters[] OptionalParam) { this.PurchaseFaxINServiceAsync(username, password, Purchase, OptionalParam, null); }
/// <remarks/> public void PurchaseFaxINServiceAsync(string username, string password, FaxInServiceItem Purchase, OptionalParameters[] OptionalParam, object userState) { if ((this.PurchaseFaxINServiceOperationCompleted == null)) { this.PurchaseFaxINServiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPurchaseFaxINServiceOperationCompleted); } this.InvokeAsync("PurchaseFaxINService", new object[] { username, password, Purchase, OptionalParam}, this.PurchaseFaxINServiceOperationCompleted, userState); }
public eMessageResultFaxInServicePurchase PurchaseFaxINService(string username, string password, FaxInServiceItem Purchase, OptionalParameters[] OptionalParam) { object[] results = this.Invoke("PurchaseFaxINService", new object[] { username, password, Purchase, OptionalParam}); return ((eMessageResultFaxInServicePurchase)(results[0])); }