Click or drag to resize

MatchNodeClientT, RGetJoinableRoomCount Method (RequestResultHandlerGetCountResponseR, 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 GetJoinableRoomCount(
	RequestResultHandler<GetCountResponse<R>> handler,
	RequestFailureHandler failureHandler,
	RequestConfig config = null
)

Parameters

handler
Type: SoftGear.Strix.Client.Core.RequestRequestResultHandlerGetCountResponseR
failureHandler
Type: SoftGear.Strix.Client.Core.RequestRequestFailureHandler
config (Optional)
Type: SoftGear.Strix.Client.Core.RequestRequestConfig
See Also