Click or drag to resize

IUDPTransportDisconnectClient Method

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

Disconnects a client from the server

Namespace:  MLAPI.Transports
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void DisconnectClient(
	uint clientId
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
The clientId to disconnect
See Also