/// <remarks/> public void SetLicenseByOrgAsync(SetLicenseByOrgRequest req) { this.SetLicenseByOrgAsync(req, null); }
/// <remarks/> public void SetLicenseByOrgAsync(SetLicenseByOrgRequest req, object userState) { if ((this.SetLicenseByOrgOperationCompleted == null)) { this.SetLicenseByOrgOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetLicenseByOrgOperationCompleted); } this.InvokeAsync("SetLicenseByOrg", new object[] { req}, this.SetLicenseByOrgOperationCompleted, userState); }
public SetLicenseByOrgResponse SetLicenseByOrg(SetLicenseByOrgRequest req) { object[] results = this.Invoke("SetLicenseByOrg", new object[] { req}); return ((SetLicenseByOrgResponse)(results[0])); }