Click or drag to resize

StrixNetworkSearchRoom Method

Overload List
  NameDescription
Public methodSearchRoom(Int32, Int32, RoomSearchEventHandler, FailureEventHandler, RequestConfig)
Starts an asynchronous search for match rooms. After search is complete handler callback is invoked with a list of found rooms.
Public methodCode exampleSearchRoom(ICondition, Int32, Int32, RoomSearchEventHandler, FailureEventHandler, RequestConfig)
Starts an asynchronous search for match rooms that meet the given criteria. After search is complete handler callback is invoked with a list of found rooms.
Public methodCode exampleSearchRoom(ICondition, Order, Int32, Int32, RoomSearchEventHandler, FailureEventHandler, RequestConfig)
Starts an asynchronous ordered search for match rooms that meet the given criteria. After search is complete handler callback is invoked with a list of found rooms.
Top
See Also