コード例 #1
0
 /// <remarks/>
 public void UpdateMultipleAsync(ApplicationTenant[] ApplicationTenant_List, object userState) {
     if ((this.UpdateMultipleOperationCompleted == null)) {
         this.UpdateMultipleOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateMultipleOperationCompleted);
     }
     this.InvokeAsync("UpdateMultiple", new object[] {
                 ApplicationTenant_List}, this.UpdateMultipleOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void UpdateMultipleAsync(ApplicationTenant[] ApplicationTenant_List) {
     this.UpdateMultipleAsync(ApplicationTenant_List, null);
 }
コード例 #3
0
 /// <remarks/>
 public void UpdateAsync(ApplicationTenant ApplicationTenant) {
     this.UpdateAsync(ApplicationTenant, null);
 }
コード例 #4
0
 public void Update(ref ApplicationTenant ApplicationTenant) {
     object[] results = this.Invoke("Update", new object[] {
                 ApplicationTenant});
     ApplicationTenant = ((ApplicationTenant)(results[0]));
 }
コード例 #5
0
 /// <remarks/>
 public void CreateAsync(ApplicationTenant ApplicationTenant, object userState) {
     if ((this.CreateOperationCompleted == null)) {
         this.CreateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOperationCompleted);
     }
     this.InvokeAsync("Create", new object[] {
                 ApplicationTenant}, this.CreateOperationCompleted, userState);
 }
コード例 #6
0
 /// <remarks/>
 public void CreateAsync(ApplicationTenant ApplicationTenant) {
     this.CreateAsync(ApplicationTenant, null);
 }