public delegate EplApplication.LicenseRuntimeCheckCommands EplApplication.LicenseRuntimeCheckCallbackHandler( int nError, string strError, EplApplication.LicenseRuntimeCheckModes nLicenseRuntimeCheckMode )
public delegate EplApplication.LicenseRuntimeCheckCommands EplApplication.LicenseRuntimeCheckCallbackHandler( int nError, String^ strError, EplApplication.LicenseRuntimeCheckModes nLicenseRuntimeCheckMode )
Parameters
| Parameter Name | Description |
|---|---|
| nError | Error number. |
| strError | Error message. |
| nLicenseRuntimeCheckMode | License runtime check mode. EplApplication |