iControl.ManagementLicenseAdministration.Endget_license_file C# (CSharp) Метод

Endget_license_file() публичный Метод

public Endget_license_file ( System asyncResult ) : byte[]
asyncResult System
Результат byte[]
        public byte[] Endget_license_file(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((byte [])(results[0]));
        }