/// <remarks/> public void SetGroupLicenseInfoAsync(SetGroupLicenseInfoRequest req) { this.SetGroupLicenseInfoAsync(req, null); }
/// <remarks/> public void SetGroupLicenseInfoAsync(SetGroupLicenseInfoRequest req, object userState) { if ((this.SetGroupLicenseInfoOperationCompleted == null)) { this.SetGroupLicenseInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetGroupLicenseInfoOperationCompleted); } this.InvokeAsync("SetGroupLicenseInfo", new object[] { req}, this.SetGroupLicenseInfoOperationCompleted, userState); }
public SetGroupLicenseInfoResponse SetGroupLicenseInfo(SetGroupLicenseInfoRequest req) { object[] results = this.Invoke("SetGroupLicenseInfo", new object[] { req}); return ((SetGroupLicenseInfoResponse)(results[0])); }