API Help
Eplan.EplApi.System Namespace / EplApplication.LicenseRuntimeCheckCallbackHandler Delegate
Error number.
Error message.
License runtime check mode. EplApplication

In This Topic
    EplApplication.LicenseRuntimeCheckCallbackHandler Delegate
    In This Topic
    License runtime check Callback handler delegate.
    Syntax

    Parameters

    nError
    Error number.
    strError
    Error message.
    nLicenseRuntimeCheckMode
    License runtime check mode. EplApplication
    Remarks
    When client application implements this handler and register it by LicenseRuntimeCheckEvent, it will be called if a connection with a license system is broken (no connection to a license server nor a dongle).
    See Also