nn::nex::MatchMakingClient Class

Syntax

class MatchMakingClient : public nn::nex::ServiceClient

Description

Base class of MatchmakeExtensionClient.

Do not use this class directly. In addition, do not use any API functions other than those listed in the reference manual.

Member Functions

UnregisterGathering Deletes a gathering from the game server.
FindByID Searches for a gathering by ID.
FindByOwner Searches using the PrincipalId of the owner of the gathering.
EndParticipation Withdraws from a gathering (matchmaking session).
GetDetailedParticipants Gets the participant information of a gathering.
MigrateGatheringOwnership Changes the owner of a gathering to another participant.
UpdateGatheringOwnership Changes the gathering owner to the caller.
UpdateSessionHost Changes the gathering host.
GetSessionURLs Gets the URL of the gathering host.
V Bind Sets a certificate required to use this service.
V Unbind Releases certificate information.
GetCredentials Gets the Credentials object that has been bound using the Bind function. (Inherits ServiceClient.)
S StaticUpdateSessionHost This function is for the callback that is invoked when host migration occurs.
S StaticUpdateSessionHostWithOwner This function is for the callback that is invoked when host migration occurs.

Class Hierarchy

nn::nex::RootObject
  nn::nex::ServiceClient
    nn::nex::MatchMakingClient

Revision History

2011/01/27
Initial version.

CONFIDENTIAL