コード例 #1
0
ファイル: Reference.cs プロジェクト: ArfiSoft/MSoHelpDesk
 /// <remarks/>
 public void SetLicenseByOrgAsync(SetLicenseByOrgRequest req) {
     this.SetLicenseByOrgAsync(req, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ArfiSoft/MSoHelpDesk
 /// <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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: ArfiSoft/MSoHelpDesk
 public SetLicenseByOrgResponse SetLicenseByOrg(SetLicenseByOrgRequest req) {
     object[] results = this.Invoke("SetLicenseByOrg", new object[] {
                 req});
     return ((SetLicenseByOrgResponse)(results[0]));
 }