EndSession

Note

Using Lobby, Matchmaking, and real-time notifications directly with REST and SignalR APIs is significantly more complex than using client SDKs such as the Lobby C++ SDK and Matchmaking C++ SDK, and should only be done if the SDKs don't meet your needs.

End the session.

EndSessionResponse EndSession(EndSessionRequest request)

Tip

This is a SignalR server method. See documentation on calling server methods from a SignalR client.

Parameters

EndSessionRequest

Return value

EndSessionResponse

See also