Click or drag to resize

StrixNetworkSearchJoinableRoom Method

Overload List
  NameDescription
Public methodSearchJoinableRoom(Int32, Int32, RoomSearchEventHandler, FailureEventHandler, RequestConfig)
Starts an asynchronous search for match rooms that have enough room for joining. After search is complete handler callback is invoked with a list of found rooms.
Public methodSearchJoinableRoom(ICondition, Order, Int32, Int32, RoomSearchEventHandler, FailureEventHandler, RequestConfig)
Starts an asynchronous search for match rooms that have enough room for joining and match the given criteria. After search is complete handler callback is invoked with a list of found rooms.
Top
See Also