コード例 #1
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetAccountEventInstancesAsync(string ticket, TransitAccountEventInstanceQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountEventInstancesAsync(ticket, qopt, options, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetAccountEventPicturesAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountEventPicturesAsync(ticket, id, options, null);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 public TransitAccountEventInstance[] GetAccountEventInstances(string ticket, TransitAccountEventInstanceQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEventInstances", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitAccountEventInstance[])(results[0]));
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetAccountEventTypesAsync(string ticket, ServiceQueryOptions options) {
     this.GetAccountEventTypesAsync(ticket, options, null);
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 public TransitAccountEventPicture[] GetAccountEventPictures(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountEventPictures", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountEventPicture[])(results[0]));
 }
コード例 #7
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetAccountEventsAsync(string ticket, long utcoffsetTicks, TransitAccountEventQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountEventsAsync(ticket, utcoffsetTicks, qopt, options, null);
 }
コード例 #8
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 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]));
 }
コード例 #9
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <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);
 }
コード例 #10
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetAccountEventsByAccountIdAsync(string ticket, int id, long utcoffsetTicks, ServiceQueryOptions options) {
     this.GetAccountEventsByAccountIdAsync(ticket, id, utcoffsetTicks, options, null);
 }
コード例 #11
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 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]));
 }