FastQuant.LicenseManager.LoadLicense C# (CSharp) Method

LoadLicense() public method

public LoadLicense ( byte license ) : void
license byte
return void
        public void LoadLicense(byte[] license)
        {
            throw new NotImplementedException();
        }
    }