Esempio n. 1
0
 /// <remarks/>
 public void CreateOrUpdatePlaceQueueItemAsync(string ticket, TransitPlaceQueueItem queueitem) {
     this.CreateOrUpdatePlaceQueueItemAsync(ticket, queueitem, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void CreateOrUpdatePlaceQueueItemAsync(string ticket, TransitPlaceQueueItem queueitem, object userState) {
     if ((this.CreateOrUpdatePlaceQueueItemOperationCompleted == null)) {
         this.CreateOrUpdatePlaceQueueItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdatePlaceQueueItemOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdatePlaceQueueItem", new object[] {
                 ticket,
                 queueitem}, this.CreateOrUpdatePlaceQueueItemOperationCompleted, userState);
 }
Esempio n. 3
0
 public int CreateOrUpdatePlaceQueueItem(string ticket, TransitPlaceQueueItem queueitem) {
     object[] results = this.Invoke("CreateOrUpdatePlaceQueueItem", new object[] {
                 ticket,
                 queueitem});
     return ((int)(results[0]));
 }