Esempio n. 1
0
 /// <remarks/>
 public void SetLicenseByOrgAsync(SetLicenseByOrgRequest req) {
     this.SetLicenseByOrgAsync(req, null);
 }
Esempio n. 2
0
 /// <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);
 }
Esempio n. 3
0
 public SetLicenseByOrgResponse SetLicenseByOrg(SetLicenseByOrgRequest req) {
     object[] results = this.Invoke("SetLicenseByOrg", new object[] {
                 req});
     return ((SetLicenseByOrgResponse)(results[0]));
 }