[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.3.1 (0.6.3.1)

Syntax

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

Parameters

message
String
leaveReason
LeaveReason

See Also