XblMultiplayerWriteSessionAsync
Writes a new or updated multiplayer session to the service. The session must have a valid session reference. If it was not created with one, use XblMultiplayerWriteSessionByHandleAsync instead.Syntax
Parameters
xblContext _In_Type: XblContextHandle XBOX live context for the local user. multiplayerSession _In_
Type: XblMultiplayerSessionHandle A MultiplayerSession object that has been modified with the changes to write. writeMode _In_
Type: XblMultiplayerSessionWriteMode The type of write operation. async _Inout_
Type: XAsyncBlock* The AsyncBlock for this operation.
