Esempio 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);
 }
Esempio n. 2
0
 /// <remarks/>
 public void ConfigureAsync(ConfigureOptions Options, string Action, APIObject[] Configurations, object userState) {
     if ((this.ConfigureOperationCompleted == null)) {
         this.ConfigureOperationCompleted = new System.Threading.SendOrPostCallback(this.OnConfigureOperationCompleted);
     }
     this.InvokeAsync("Configure", new object[] {
                 Options,
                 Action,
                 Configurations}, this.ConfigureOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void ScheduleAsync(ScheduleOptions Options, string Action, ScheduleDefinition Schedule1, APIObject[] Interactions) {
     this.ScheduleAsync(Options, Action, Schedule1, Interactions, null);
 }
Esempio n. 4
0
 /// <remarks/>
 public void PerformAsync(PerformOptions Options, string Action, APIObject[] Definitions, object userState) {
     if ((this.PerformOperationCompleted == null)) {
         this.PerformOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPerformOperationCompleted);
     }
     this.InvokeAsync("Perform", new object[] {
                 Options,
                 Action,
                 Definitions}, this.PerformOperationCompleted, userState);
 }
Esempio n. 5
0
 /// <remarks/>
 public void ConfigureAsync(ConfigureOptions Options, string Action, APIObject[] Configurations) {
     this.ConfigureAsync(Options, Action, Configurations, null);
 }
Esempio n. 6
0
 /// <remarks/>
 public void PerformAsync(PerformOptions Options, string Action, APIObject[] Definitions) {
     this.PerformAsync(Options, Action, Definitions, null);
 }
Esempio n. 7
0
 /// <remarks/>
 public void DeleteAsync(DeleteOptions Options, APIObject[] Objects, object userState) {
     if ((this.DeleteOperationCompleted == null)) {
         this.DeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteOperationCompleted);
     }
     this.InvokeAsync("Delete", new object[] {
                 Options,
                 Objects}, this.DeleteOperationCompleted, userState);
 }
Esempio n. 8
0
 /// <remarks/>
 public void DeleteAsync(DeleteOptions Options, APIObject[] Objects) {
     this.DeleteAsync(Options, Objects, null);
 }
Esempio n. 9
0
 /// <remarks/>
 public void UpdateAsync(UpdateOptions Options, APIObject[] Objects) {
     this.UpdateAsync(Options, Objects, null);
 }
Esempio n. 10
0
 /// <remarks/>
 public void CreateAsync(CreateOptions Options, APIObject[] Objects) {
     this.CreateAsync(Options, Objects, null);
 }