Click or drag to resize

ListAPIUnregisterErrorEventCallback Method

Unregister a callback previously registered with RegisterErrorEventCallback(ActionClientAPI, Int32, Exception).

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void UnregisterErrorEventCallback(
	Action<ClientAPI, int, Exception> action
)

Parameters

action  ActionClientAPI, Int32, Exception
The callback function.
See Also