Exemplo n.º 1
0
 /// <remarks/>
 public void GetAccountEventInstancesAsync(string ticket, TransitAccountEventInstanceQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountEventInstancesAsync(ticket, qopt, options, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetAccountEventInstancesAsync(string ticket, TransitAccountEventInstanceQueryOptions qopt, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountEventInstancesOperationCompleted == null)) {
         this.GetAccountEventInstancesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountEventInstancesOperationCompleted);
     }
     this.InvokeAsync("GetAccountEventInstances", new object[] {
                 ticket,
                 qopt,
                 options}, this.GetAccountEventInstancesOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetAccountEventPicturesAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountEventPicturesAsync(ticket, id, options, null);
 }
Exemplo n.º 4
0
 public TransitAccountEventInstance[] GetAccountEventInstances(string ticket, TransitAccountEventInstanceQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEventInstances", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitAccountEventInstance[])(results[0]));
 }
Exemplo n.º 5
0
 /// <remarks/>
 public void GetAccountEventTypesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountEventTypesAsync(ticket, options, null);
 }
Exemplo n.º 6
0
 public TransitAccountEventPicture[] GetAccountEventPictures(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEventPictures", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountEventPicture[])(results[0]));
 }
Exemplo n.º 7
0
 /// <remarks/>
 public void GetAccountEventsAsync(string ticket, long utcoffsetTicks, TransitAccountEventQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountEventsAsync(ticket, utcoffsetTicks, qopt, options, null);
 }
Exemplo n.º 8
0
 public TransitAccountEvent[] GetAccountEvents(string ticket, long utcoffsetTicks, TransitAccountEventQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEvents", new object[] {
                 ticket,
                 utcoffsetTicks,
                 qopt,
                 options});
     return ((TransitAccountEvent[])(results[0]));
 }
Exemplo n.º 9
0
 /// <remarks/>
 public void GetAccountEventsByAccountIdAsync(string ticket, int id, long utcoffsetTicks, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountEventsByAccountIdOperationCompleted == null)) {
         this.GetAccountEventsByAccountIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountEventsByAccountIdOperationCompleted);
     }
     this.InvokeAsync("GetAccountEventsByAccountId", new object[] {
                 ticket,
                 id,
                 utcoffsetTicks,
                 options}, this.GetAccountEventsByAccountIdOperationCompleted, userState);
 }
Exemplo n.º 10
0
 /// <remarks/>
 public void GetAccountEventsByAccountIdAsync(string ticket, int id, long utcoffsetTicks, ServiceQueryOptions options) {
     this.GetAccountEventsByAccountIdAsync(ticket, id, utcoffsetTicks, options, null);
 }
Exemplo n.º 11
0
 public TransitAccountEvent[] GetAccountEventsByAccountId(string ticket, int id, long utcoffsetTicks, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEventsByAccountId", new object[] {
                 ticket,
                 id,
                 utcoffsetTicks,
                 options});
     return ((TransitAccountEvent[])(results[0]));
 }