void SetHttpThreadPriority( qUnsignedInt32 priority );
Name | Description | |
---|---|---|
in | priority | Priority of the HTTP communication thread. |
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
.
CONFIDENTIAL