Apostrophe Systems EPC Generator 2.0

EPCBase.Register Method 

Registers the EPCGenerator with a valid license key

public static void Register(
   string licenseKey
);

Parameters

licenseKey
The license key issued by Apostrophe Systems

Remarks

The best way to enter in licensing information is to open the EPC Generator UI that is installed with the EPC Generator API. The EPC Generator UI will check to see if the API is registered and if it is not, you will be prompted for a License Key.

The License Key issued by Apostrophe Systems will register the EPC Generator on the current computer or server. Before calling this method, ensure that this method is only called when the caller has administrative privileges on the computer.

See Also

EPCBase Class | Apostrophe.EPC Namespace