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]));
        }