Click or drag to resize

MatchRoomClientR, MCreate Method (IDictionaryString, Object, String, RequestResultHandlerRoomCreateResponseR, 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 Create(
	IDictionary<string, Object> roomProperties,
	string playerName,
	RequestResultHandler<RoomCreateResponse<R>> handler,
	RequestFailureHandler failureHandler,
	RequestConfig config = null
)

Parameters

roomProperties
Type: System.Collections.GenericIDictionaryString, Object
playerName
Type: SystemString
handler
Type: SoftGear.Strix.Client.Core.RequestRequestResultHandlerRoomCreateResponseR
failureHandler
Type: SoftGear.Strix.Client.Core.RequestRequestFailureHandler
config (Optional)
Type: SoftGear.Strix.Client.Core.RequestRequestConfig
See Also