Click or drag to resize

MatchRoomClientR, MJoin Method (Int64, String, IDictionaryString, Object, RequestResultHandlerRoomJoinResponseR, M, 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 Join(
	long roomId,
	string password,
	IDictionary<string, Object> memberProperties,
	RequestResultHandler<RoomJoinResponse<R, M>> handler,
	RequestFailureHandler failureHandler,
	RequestConfig config = null
)

Parameters

roomId
Type: SystemInt64
password
Type: SystemString
memberProperties
Type: System.Collections.GenericIDictionaryString, Object
handler
Type: SoftGear.Strix.Client.Core.RequestRequestResultHandlerRoomJoinResponseR, M
failureHandler
Type: SoftGear.Strix.Client.Core.RequestRequestFailureHandler
config (Optional)
Type: SoftGear.Strix.Client.Core.RequestRequestConfig
See Also