StrixNetworkSearchRoom Method |
Name | Description | |
---|---|---|
SearchRoom(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.
| |
SearchRoom(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.
| |
SearchRoom(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.
|