Example #1
0
 /// <remarks/>
 public void CreateOrUpdateAccountPlaceTypeAsync(string ticket, TransitAccountPlaceType type) {
     this.CreateOrUpdateAccountPlaceTypeAsync(ticket, type, null);
 }
Example #2
0
 /// <remarks/>
 public void CreateOrUpdateAccountPlaceTypeAsync(string ticket, TransitAccountPlaceType type, object userState) {
     if ((this.CreateOrUpdateAccountPlaceTypeOperationCompleted == null)) {
         this.CreateOrUpdateAccountPlaceTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountPlaceTypeOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountPlaceType", new object[] {
                 ticket,
                 type}, this.CreateOrUpdateAccountPlaceTypeOperationCompleted, userState);
 }
Example #3
0
 public int CreateOrUpdateAccountPlaceType(string ticket, TransitAccountPlaceType type) {
     object[] results = this.Invoke("CreateOrUpdateAccountPlaceType", new object[] {
                 ticket,
                 type});
     return ((int)(results[0]));
 }