nn::nex::DataStoreClient::SetHttpThreadPriority Member Function

Syntax

void SetHttpThreadPriority(
     qUnsignedInt32 priority
);

Parameters

Name Description
in priority Priority of the HTTP communication thread.

Return Values

None.

Description

Sets the priority of HTTP communication threads used for sending and receiving data.

HTTP communication proceeds by calls to the DataStoreClient::GetObject function, the DataStoreClient::PostObject function, and the DataStoreClient::UpdateObject function. The setting that is used is the setting in effect at the time when one of these functions is called. You can change the priority per session by calling the SetHttpThreadPriority function when calling these functions. If this function is not called, the priority becomes DataStoreConstants::DEFAULT_HTTP_THREAD_PRIORITY .

Revision History

2011/01/27
Initial version.

CONFIDENTIAL