nn::nex::CallMethodOperation::GetAttemptCount Member Function

Syntax

qUnsignedInt32 GetAttemptCount();

Parameters

None.

Return Values

Returns the number of times this operation has been called. (The counts starts at 0.)

Description

Gets the count of how many times this operation has been called.

The count starts at 0 and increments by 1 each time the execution of CallMethodOperation is postponed and each time CallMethodOperation is executed again.

See Also

PostponeOperation

Revision History

2011/01/28
Initial version.

CONFIDENTIAL