예제 #1
0
 /// <remarks/>
 public void AddOrgDepartmentAsync(AddOrgDepartmentRequest req) {
     this.AddOrgDepartmentAsync(req, null);
 }
예제 #2
0
 /// <remarks/>
 public void AddOrgDepartmentAsync(AddOrgDepartmentRequest req, object userState) {
     if ((this.AddOrgDepartmentOperationCompleted == null)) {
         this.AddOrgDepartmentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddOrgDepartmentOperationCompleted);
     }
     this.InvokeAsync("AddOrgDepartment", new object[] {
                 req}, this.AddOrgDepartmentOperationCompleted, userState);
 }
예제 #3
0
 public AddOrgDepartmentResponse AddOrgDepartment(AddOrgDepartmentRequest req) {
     object[] results = this.Invoke("AddOrgDepartment", new object[] {
                 req});
     return ((AddOrgDepartmentResponse)(results[0]));
 }