/// <remarks/>
 public void DeleteShortCodeAsync(string aLicKey, ShortCodeClass clsShortCD, object userState) {
     if ((this.DeleteShortCodeOperationCompleted == null)) {
         this.DeleteShortCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteShortCodeOperationCompleted);
     }
     this.InvokeAsync("DeleteShortCode", new object[] {
                 aLicKey,
                 clsShortCD}, this.DeleteShortCodeOperationCompleted, userState);
 }
 /// <remarks/>
 public void DeleteShortCodeAsync(string aLicKey, ShortCodeClass clsShortCD) {
     this.DeleteShortCodeAsync(aLicKey, clsShortCD, null);
 }
 public int DeleteShortCode(string aLicKey, ShortCodeClass clsShortCD) {
     object[] results = this.Invoke("DeleteShortCode", new object[] {
                 aLicKey,
                 clsShortCD});
     return ((int)(results[0]));
 }
 /// <remarks/>
 public void AddShortCodeAsync(string aLicKey, ShortCodeClass clsShortCD) {
     this.AddShortCodeAsync(aLicKey, clsShortCD, null);
 }
 /// <remarks/>
 public void UpdateShortCodesAsync(string aLicKey, ShortCodeClass clsShortCD) {
     this.UpdateShortCodesAsync(aLicKey, clsShortCD, null);
 }
 public long UpdateShortCodes(string aLicKey, ShortCodeClass clsShortCD) {
     object[] results = this.Invoke("UpdateShortCodes", new object[] {
                 aLicKey,
                 clsShortCD});
     return ((long)(results[0]));
 }