GazeManager RemoveGazeListener Method C# SDK for The Eye Tribe Tracker
Remove a IGazeListener from the TET C# client.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool RemoveGazeListener(
	IGazeListener listener
)

Parameters

listener
Type: TETCSharpClient IGazeListener
The IGazeListener instance to remove

Return Value

Type: Boolean
True if succesfully removed, false otherwise
See Also