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