Ejemplo n.º 1
0
 /// <remarks/>
 public void ScheduleAsync(ScheduleOptions Options, string Action, ScheduleDefinition Schedule1, APIObject[] Interactions, object userState) {
     if ((this.ScheduleOperationCompleted == null)) {
         this.ScheduleOperationCompleted = new System.Threading.SendOrPostCallback(this.OnScheduleOperationCompleted);
     }
     this.InvokeAsync("Schedule", new object[] {
                 Options,
                 Action,
                 Schedule1,
                 Interactions}, this.ScheduleOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void ScheduleAsync(ScheduleOptions Options, string Action, ScheduleDefinition Schedule1, APIObject[] Interactions) {
     this.ScheduleAsync(Options, Action, Schedule1, Interactions, null);
 }