Click or drag to resize

MotorAPIUnregisterMoveDoneCallback Method

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

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

Parameters

action  ActionClientAPI, Int32
The callback function.
See Also