Indiefreaks.Xna.Sessions.Local.LocalSessionManager.FindSessions C# (CSharp) Method

FindSessions() public method

Sends a Find query on the network interface to look for AvailableSession instances asynchrnously
public FindSessions ( SessionType sessionType, int maxLocalPlayers, SessionProperties sessionProperties ) : void
sessionType SessionType The SessionType we're looking for
maxLocalPlayers int The Maximum local players that can be added to the session used to filter sessions that have a limited number of opened public slots
sessionProperties SessionProperties The SessionProperties that will be used to filter query results. Can be null
return void
        public override void FindSessions(SessionType sessionType, int maxLocalPlayers, SessionProperties sessionProperties)
        {
            throw new NotImplementedException();
        }