iControl.ManagementLicenseAdministration.Endget_module_keys C# (CSharp) 메소드

Endget_module_keys() 공개 메소드

public Endget_module_keys ( System asyncResult ) : iControl.ManagementLicenseAdministrationModuleKey[]
asyncResult System
리턴 iControl.ManagementLicenseAdministrationModuleKey[]
        public ManagementLicenseAdministrationModuleKey[] Endget_module_keys(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementLicenseAdministrationModuleKey [])(results[0]));
        }