Example #1
0
 /// <remarks/>
 public void CreateOrUpdateAccountWebsiteAsync(string ticket, TransitAccountWebsite t_instance) {
     this.CreateOrUpdateAccountWebsiteAsync(ticket, t_instance, null);
 }
Example #2
0
 /// <remarks/>
 public void CreateOrUpdateAccountWebsiteAsync(string ticket, TransitAccountWebsite t_instance, object userState) {
     if ((this.CreateOrUpdateAccountWebsiteOperationCompleted == null)) {
         this.CreateOrUpdateAccountWebsiteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountWebsiteOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountWebsite", new object[] {
                 ticket,
                 t_instance}, this.CreateOrUpdateAccountWebsiteOperationCompleted, userState);
 }
Example #3
0
 public int CreateOrUpdateAccountWebsite(string ticket, TransitAccountWebsite t_instance) {
     object[] results = this.Invoke("CreateOrUpdateAccountWebsite", new object[] {
                 ticket,
                 t_instance});
     return ((int)(results[0]));
 }