Click or drag to resize

RpcDelegate Delegate

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

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void RpcDelegate(
	uint clientId,
	Stream stream
)

Parameters

clientId
Type: SystemUInt32
stream
Type: System.IOStream
See Also