示例#1
0
 /// <remarks/>
 public void GetGroupLicenseInfoAsync(GetGroupLicenseInfoRequest req) {
     this.GetGroupLicenseInfoAsync(req, null);
 }
示例#2
0
 /// <remarks/>
 public void GetGroupLicenseInfoAsync(GetGroupLicenseInfoRequest req, object userState) {
     if ((this.GetGroupLicenseInfoOperationCompleted == null)) {
         this.GetGroupLicenseInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetGroupLicenseInfoOperationCompleted);
     }
     this.InvokeAsync("GetGroupLicenseInfo", new object[] {
                 req}, this.GetGroupLicenseInfoOperationCompleted, userState);
 }
示例#3
0
 public GetGroupLicenseInfoResponse GetGroupLicenseInfo(GetGroupLicenseInfoRequest req) {
     object[] results = this.Invoke("GetGroupLicenseInfo", new object[] {
                 req});
     return ((GetGroupLicenseInfoResponse)(results[0]));
 }