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