コード例 #1
0
 public TransitMadLib[] GetMadLibs(string ticket, int id, ServiceQueryOptions options)
 {
     object[] results = this.Invoke("GetMadLibs", new object[] {
         ticket,
         id,
         options
     });
     return((TransitMadLib[])(results[0]));
 }
コード例 #2
0
 /// <remarks/>
 public void GetMadLibsAsync(string ticket, int id, ServiceQueryOptions options, object userState)
 {
     if ((this.GetMadLibsOperationCompleted == null))
     {
         this.GetMadLibsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMadLibsOperationCompleted);
     }
     this.InvokeAsync("GetMadLibs", new object[] {
         ticket,
         id,
         options
     }, this.GetMadLibsOperationCompleted, userState);
 }
コード例 #3
0
 /// <remarks/>
 public void GetMadLibInstancesAsync(string ticket, string table, int id, ServiceQueryOptions options)
 {
     this.GetMadLibInstancesAsync(ticket, table, id, options, null);
 }
コード例 #4
0
 /// <remarks/>
 public void GetMadLibsAsync(string ticket, int id, ServiceQueryOptions options)
 {
     this.GetMadLibsAsync(ticket, id, options, null);
 }