[This is preliminary documentation and is subject to change.]

Kick (asynchronous). Immediately blocks all client input, but waits until client thread has sent the kick packet.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public void Kick(
	string message,
	LeaveReason leaveReason
)

Parameters

message
String

[Missing <param name="message"/> documentation for "M:fCraft.Player.Kick(System.String,fCraft.LeaveReason)"]

leaveReason
LeaveReason

[Missing <param name="leaveReason"/> documentation for "M:fCraft.Player.Kick(System.String,fCraft.LeaveReason)"]

See Also