Exemplo n.º 1
0
 /// <remarks/>
 public void OrderPrivateDomainRenewalsAsync(string sCLTRID, Credential credential, Shopper shopper, DomainRenewal[] items, ResourceRenewal[] dbpItems, string sROID, object userState) {
     if ((this.OrderPrivateDomainRenewalsOperationCompleted == null)) {
         this.OrderPrivateDomainRenewalsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnOrderPrivateDomainRenewalsOperationCompleted);
     }
     this.InvokeAsync("OrderPrivateDomainRenewals", new object[] {
                 sCLTRID,
                 credential,
                 shopper,
                 items,
                 dbpItems,
                 sROID}, this.OrderPrivateDomainRenewalsOperationCompleted, userState);
 }
Exemplo n.º 2
0
 public string OrderPrivateDomainRenewals(string sCLTRID, Credential credential, Shopper shopper, DomainRenewal[] items, ResourceRenewal[] dbpItems, string sROID) {
     object[] results = this.Invoke("OrderPrivateDomainRenewals", new object[] {
                 sCLTRID,
                 credential,
                 shopper,
                 items,
                 dbpItems,
                 sROID});
     return ((string)(results[0]));
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void OrderPrivateDomainRenewalsAsync(string sCLTRID, Credential credential, Shopper shopper, DomainRenewal[] items, ResourceRenewal[] dbpItems, string sROID) {
     this.OrderPrivateDomainRenewalsAsync(sCLTRID, credential, shopper, items, dbpItems, sROID, null);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void OrderDomainRenewalsAsync(string sCLTRID, Credential credential, Shopper shopper, DomainRenewal[] items, string sROID) {
     this.OrderDomainRenewalsAsync(sCLTRID, credential, shopper, items, sROID, null);
 }