nn::nex::OperationCallback::GetPriority Member Function

Syntax

qInt32 GetPriority() const;

Parameters

None.

Return Values

Returns the priority of this OperationCallback.

Description

Gets the priority of OperationCallback.

The OperationCallback class is called based on relative priority values. The priority is a positive or negative integer and it determines the order in which the system executes operation-related events. Priority 0 is reserved for the execution of operations. Accordingly, priorities available for use by the application are -1024 to -1, and 1 to 1024. Priorities outside of this range are used by the system. For details, see OperationManager.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL