Click or drag to resize
LicenseValidatorInitialize Method
This method must be called before any other licensing related or protected methods. It will throw an exception if the license store is not properly configured.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static void Initialize()
Remarks
This method is called by RobotStudioAPI.Initialize(), so there is normally no need to call this explicitly.
Version Information

Supported in: 1.0.0.0
See Also