Exemple #1
0
 /// <remarks/>
 public void CreateOrUpdateAccountFlagTypeAsync(string ticket, TransitAccountFlagType flagtype) {
     this.CreateOrUpdateAccountFlagTypeAsync(ticket, flagtype, null);
 }
Exemple #2
0
 /// <remarks/>
 public void CreateOrUpdateAccountFlagTypeAsync(string ticket, TransitAccountFlagType flagtype, object userState) {
     if ((this.CreateOrUpdateAccountFlagTypeOperationCompleted == null)) {
         this.CreateOrUpdateAccountFlagTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountFlagTypeOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountFlagType", new object[] {
                 ticket,
                 flagtype}, this.CreateOrUpdateAccountFlagTypeOperationCompleted, userState);
 }
Exemple #3
0
 public int CreateOrUpdateAccountFlagType(string ticket, TransitAccountFlagType flagtype) {
     object[] results = this.Invoke("CreateOrUpdateAccountFlagType", new object[] {
                 ticket,
                 flagtype});
     return ((int)(results[0]));
 }