NetworkSession.WriteUnarbitratedLeaderboard Event
Notifies the game of its final chance to write data to unarbitrated leaderboards for the specified player.
Namespace: Microsoft.Xna.Framework.Net
Assembly: Microsoft.Xna.Framework.Net (in microsoft.xna.framework.net.dll)
Syntax
public event EventHandler<WriteLeaderboardsEventArgs> WriteUnarbitratedLeaderboard
Remarks
This event occurs at the end of gameplay, immediately before the session returns to the lobby state, and when a player leaves a session during gameplay. Titles should use NetworkGamer.LeaderboardWriter to respond to this event by outputing their final scores for this player, if they have not already done so.
No other networking or gamer services methods may be called from inside this event handler.
See Also
Reference
NetworkSession Class
NetworkSession Members
Microsoft.Xna.Framework.Net Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP