Пример #1
0
 public int CreateOrUpdateMadLib(string ticket, TransitMadLib madlib)
 {
     object[] results = this.Invoke("CreateOrUpdateMadLib", new object[] {
         ticket,
         madlib
     });
     return((int)(results[0]));
 }
Пример #2
0
 /// <remarks/>
 public void CreateOrUpdateMadLibAsync(string ticket, TransitMadLib madlib, object userState)
 {
     if ((this.CreateOrUpdateMadLibOperationCompleted == null))
     {
         this.CreateOrUpdateMadLibOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateMadLibOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateMadLib", new object[] {
         ticket,
         madlib
     }, this.CreateOrUpdateMadLibOperationCompleted, userState);
 }
Пример #3
0
 /// <remarks/>
 public void CreateOrUpdateMadLibAsync(string ticket, TransitMadLib madlib)
 {
     this.CreateOrUpdateMadLibAsync(ticket, madlib, null);
 }