Example #1
0
 /// <remarks/>
 public void CreateOrUpdateReminderAccountPropertyAsync(string ticket, TransitReminderAccountProperty reminderaccountproperty) {
     this.CreateOrUpdateReminderAccountPropertyAsync(ticket, reminderaccountproperty, null);
 }
Example #2
0
 /// <remarks/>
 public void CreateOrUpdateReminderAccountPropertyAsync(string ticket, TransitReminderAccountProperty reminderaccountproperty, object userState) {
     if ((this.CreateOrUpdateReminderAccountPropertyOperationCompleted == null)) {
         this.CreateOrUpdateReminderAccountPropertyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateReminderAccountPropertyOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateReminderAccountProperty", new object[] {
                 ticket,
                 reminderaccountproperty}, this.CreateOrUpdateReminderAccountPropertyOperationCompleted, userState);
 }
Example #3
0
 public int CreateOrUpdateReminderAccountProperty(string ticket, TransitReminderAccountProperty reminderaccountproperty) {
     object[] results = this.Invoke("CreateOrUpdateReminderAccountProperty", new object[] {
                 ticket,
                 reminderaccountproperty});
     return ((int)(results[0]));
 }