Exemplo n.º 1
0
 /// <remarks/>
 public void CreateOrUpdateAccountGroupAsync(string ticket, TransitAccountGroup t_instance) {
     this.CreateOrUpdateAccountGroupAsync(ticket, t_instance, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void CreateOrUpdateAccountGroupAsync(string ticket, TransitAccountGroup t_instance, object userState) {
     if ((this.CreateOrUpdateAccountGroupOperationCompleted == null)) {
         this.CreateOrUpdateAccountGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountGroupOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountGroup", new object[] {
                 ticket,
                 t_instance}, this.CreateOrUpdateAccountGroupOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public int CreateOrUpdateAccountGroup(string ticket, TransitAccountGroup t_instance) {
     object[] results = this.Invoke("CreateOrUpdateAccountGroup", new object[] {
                 ticket,
                 t_instance});
     return ((int)(results[0]));
 }