Click or drag to resize

MatchRoomClientR, MSearchJoinableRoom Method (Int32, Int32, RequestResultHandlerSearchResponseR, RequestFailureHandler, RequestConfig)

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public virtual void SearchJoinableRoom(
	int limit,
	int offset,
	RequestResultHandler<SearchResponse<R>> handler,
	RequestFailureHandler failureHandler,
	RequestConfig config = null
)

Parameters

limit
Type: SystemInt32
offset
Type: SystemInt32
handler
Type: SoftGear.Strix.Client.Core.RequestRequestResultHandlerSearchResponseR
failureHandler
Type: SoftGear.Strix.Client.Core.RequestRequestFailureHandler
config (Optional)
Type: SoftGear.Strix.Client.Core.RequestRequestConfig
See Also