コード例 #1
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <remarks/>
 public void ScheduleAsync(ScheduleOptions Options, string Action, ScheduleDefinition Schedule1, APIObject[] Interactions) {
     this.ScheduleAsync(Options, Action, Schedule1, Interactions, null);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <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);
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <remarks/>
 public void ConfigureAsync(ConfigureOptions Options, string Action, APIObject[] Configurations) {
     this.ConfigureAsync(Options, Action, Configurations, null);
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <remarks/>
 public void PerformAsync(PerformOptions Options, string Action, APIObject[] Definitions) {
     this.PerformAsync(Options, Action, Definitions, null);
 }
コード例 #7
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <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);
 }
コード例 #8
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <remarks/>
 public void DeleteAsync(DeleteOptions Options, APIObject[] Objects) {
     this.DeleteAsync(Options, Objects, null);
 }
コード例 #9
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <remarks/>
 public void UpdateAsync(UpdateOptions Options, APIObject[] Objects) {
     this.UpdateAsync(Options, Objects, null);
 }
コード例 #10
0
ファイル: Reference.cs プロジェクト: dondavi/VS2010
 /// <remarks/>
 public void CreateAsync(CreateOptions Options, APIObject[] Objects) {
     this.CreateAsync(Options, Objects, null);
 }