/// <remarks/> public void GetOrgLocationAsync(GetOrgLocationRequest req) { this.GetOrgLocationAsync(req, null); }
/// <remarks/> public void GetOrgLocationAsync(GetOrgLocationRequest req, object userState) { if ((this.GetOrgLocationOperationCompleted == null)) { this.GetOrgLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrgLocationOperationCompleted); } this.InvokeAsync("GetOrgLocation", new object[] { req}, this.GetOrgLocationOperationCompleted, userState); }
public GetOrgLocationResponse GetOrgLocation(GetOrgLocationRequest req) { object[] results = this.Invoke("GetOrgLocation", new object[] { req}); return ((GetOrgLocationResponse)(results[0])); }