Click or drag to resize

MatchRoomClient<R, M>.Kick Method (MatchRoomKickMessage<R>, RequestResultHandler<MatchRoomKickResponse<R>>, 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(
	MatchRoomKickMessage<R> message,
	RequestResultHandler<MatchRoomKickResponse<R>> handler,
	RequestFailureHandler failureHandler,
	RequestConfig config = null
)

Parameters

message
Type: SoftGear.Strix.Client.Match.Room.Message.MatchRoomKickMessage<R>
handler
Type: SoftGear.Strix.Client.Core.Request.RequestResultHandler<MatchRoomKickResponse<R>>
failureHandler
Type: SoftGear.Strix.Client.Core.Request.RequestFailureHandler
config (Optional)
Type: SoftGear.Strix.Client.Core.Request.RequestConfig
See Also