Activates TET C# Client and all underlying routines using default values. Should be called _only_
once when an application starts up. Calling thread will be locked during
initialization.
Namespace: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)

Parameters
- apiVersion
- Type: TETCSharpClient GazeManager ApiVersion
Version number of the Tracker API that this client will be compliant to
- mode
- Type: TETCSharpClient GazeManager ClientMode
Mode though which the client will receive GazeData. Either ClientMode.Push or ClientMode.Pull
Return Value
Type: BooleanTrue if succesfully activated, false otherwise
