Пример #1
0
 /// <remarks/>
 public void GetCampaignAccountRecepientsAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetCampaignAccountRecepientsOperationCompleted == null)) {
         this.GetCampaignAccountRecepientsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCampaignAccountRecepientsOperationCompleted);
     }
     this.InvokeAsync("GetCampaignAccountRecepients", new object[] {
                 ticket,
                 id,
                 options}, this.GetCampaignAccountRecepientsOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetCampaignAccountRecepientsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetCampaignAccountRecepientsAsync(ticket, id, options, null);
 }
Пример #3
0
 /// <remarks/>
 public void GetCampaignsAsync(string ticket, ServiceQueryOptions options) {
     this.GetCampaignsAsync(ticket, options, null);
 }
Пример #4
0
 public TransitCampaignAccountRecepient[] GetCampaignAccountRecepients(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetCampaignAccountRecepients", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitCampaignAccountRecepient[])(results[0]));
 }
Пример #5
0
 public TransitCampaign[] GetCampaigns(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetCampaigns", new object[] {
                 ticket,
                 options});
     return ((TransitCampaign[])(results[0]));
 }