Ejemplo n.º 1
0
 /// <remarks/>
 public void PurchaseFaxINServiceAsync(string username, string password, FaxInServiceItem Purchase, OptionalParameters[] OptionalParam) {
     this.PurchaseFaxINServiceAsync(username, password, Purchase, OptionalParam, null);
 }
Ejemplo n.º 2
0
 /// <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);
 }
Ejemplo n.º 3
0
 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]));
 }