nn::nex::Core::SetThreadMode Member Function

Syntax

static void SetThreadMode(
     ThreadMode threadMode
);

Parameters

Name Description
in threadMode The ThreadMode type enumerator.

Return Values

None.

Description

Enables you to set the NEX thread mode.

Always set the thread mode with this function after calling the GlobalVariables::AcquireInstance function.

nn::nex::Core::ThreadModeSafeTransportBuffer
nn::nex::Core::ThreadModeUnsafeTransportBuffer
Be sure to set one of these two modes.

Revision History

2013/04/25
Corrected an incorrect description of the ThreadModeSafeTransportBuffer and ThreadModeUnsafeTransportBuffer classes.
2013/04/02
Corrected typos in Description.
2012/07/13
Added that the thread mode must always be set with the Core::SetThreadMode function after the GlobalVariables::AcquireInstance function is called.
2012/01/26
Initial version.

CONFIDENTIAL