/// <remarks/> public void GetOrgsAsync(GetOrgsRequest req) { this.GetOrgsAsync(req, null); }
/// <remarks/> public void GetOrgsAsync(GetOrgsRequest req, object userState) { if ((this.GetOrgsOperationCompleted == null)) { this.GetOrgsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrgsOperationCompleted); } this.InvokeAsync("GetOrgs", new object[] { req}, this.GetOrgsOperationCompleted, userState); }
public GetOrgsResponse GetOrgs(GetOrgsRequest req) { object[] results = this.Invoke("GetOrgs", new object[] { req}); return ((GetOrgsResponse)(results[0])); }