ListAPIRegisterErrorEventCallback Method |
Register a callback function that is called when an error event occurs.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void RegisterErrorEventCallback(
Action<ClientAPI, int, Exception> action
)
Parameters
- action ActionClientAPI, Int32, Exception
- The callback function.
Remarks See Also