Click or drag to resize

MatchRoomClientR, MKick Method (UID, RequestResultHandlerMatchRoomKickResponseR, 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 Kick(
	UID kickedPlayerUid,
	RequestResultHandler<MatchRoomKickResponse<R>> handler,
	RequestFailureHandler failureHandler,
	RequestConfig config = null
)

Parameters

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