Indiefreaks.Xna.Sessions.SessionManager.FindSessions C# (CSharp) Method

FindSessions() public abstract method

Sends a Find query on the network interface to look for AvailableSession instances asynchrnously
public abstract 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 abstract void FindSessions(SessionType sessionType, int maxLocalPlayers,
                                          SessionProperties sessionProperties);