nn::nex::JoinSessionOperation::PostponeDecision Member Function

Syntax

void PostponeDecision(
     TimeInterval tiPostponeDelay
);

Parameters

Name Description
tiPostponeDelay [in] Specifies the postpone delay time in units of milliseconds.

Return Values

None.

Description

Postpones the decision regarding the request to join the session.

This function postpones participation in a session when called inside the JoinApproval callback. If postponing a decision, the context for making the decision can be attached using the Operation::SetUserData function.

Revision History

2011/03/04
Initial version.

CONFIDENTIAL