iControl.ManagementLicenseAdministration.Endget_license_file C# (CSharp) Method

Endget_license_file() public method

public Endget_license_file ( System asyncResult ) : byte[]
asyncResult System
return byte[]
        public byte[] Endget_license_file(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((byte [])(results[0]));
        }