nn::nex::MatchmakeSession::SetReferPersistentGatheringId Member Function

Syntax

void SetReferPersistentGatheringId(
     GatheringID referPersistentGatheringId
);

Parameters

Name Description
in referPersistentGatheringId The persistent gathering ID to associate with this matchmaking session. Specify INVALID_GATHERINGID to not associate any persistent gatherings with the matchmaking session. Use the PersistentGathering::GetMatchmakeSessionCount function to get the number of matchmaking sessions associated with a persistent gathering. This number is automatically reduced when matchmaking sessions are destroyed. The initial value is INVALID_GATHERINGID.

Return Values

None.

Description

Sets the IDs of related persistent gatherings.

Sets the IDs of persistent gatherings to associate with this matchmaking session.

Revision History

2014/06/13
Initial version.

CONFIDENTIAL