/// <remarks/> public void AddOrgDepartmentAsync(AddOrgDepartmentRequest req) { this.AddOrgDepartmentAsync(req, null); }
/// <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); }
public AddOrgDepartmentResponse AddOrgDepartment(AddOrgDepartmentRequest req) { object[] results = this.Invoke("AddOrgDepartment", new object[] { req}); return ((AddOrgDepartmentResponse)(results[0])); }