Ejemplo n.º 1
0
 public TransitAccountLicense[] GetAccountLicenses(string ticket, int id, ServiceQueryOptions options)
 {
     object[] results = this.Invoke("GetAccountLicenses", new object[] {
         ticket,
         id,
         options
     });
     return((TransitAccountLicense[])(results[0]));
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetAccountLicensesAsync(string ticket, int id, ServiceQueryOptions options, object userState)
 {
     if ((this.GetAccountLicensesOperationCompleted == null))
     {
         this.GetAccountLicensesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountLicensesOperationCompleted);
     }
     this.InvokeAsync("GetAccountLicenses", new object[] {
         ticket,
         id,
         options
     }, this.GetAccountLicensesOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void GetAccountLicensesAsync(string ticket, int id, ServiceQueryOptions options)
 {
     this.GetAccountLicensesAsync(ticket, id, options, null);
 }
Ejemplo n.º 4
0
 /// <remarks/>
 public void GetAccountLicensesAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountLicensesOperationCompleted == null)) {
         this.GetAccountLicensesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountLicensesOperationCompleted);
     }
     this.InvokeAsync("GetAccountLicenses", new object[] {
                 ticket,
                 id,
                 options}, this.GetAccountLicensesOperationCompleted, userState);
 }
Ejemplo n.º 5
0
 /// <remarks/>
 public void GetAccountLicensesAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountLicensesAsync(ticket, id, options, null);
 }
Ejemplo n.º 6
0
 public TransitAccountLicense[] GetAccountLicenses(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountLicenses", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountLicense[])(results[0]));
 }