Click or drag to resize

NetConnection.ProcessInstruction Delegate

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Send Server to Client Instruction object to Sub-classed for handling.

Namespace:  Furcadia.Net.DirectConnection
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public delegate void ProcessInstruction(
	Object sender,
	ParseServerArgs Args
)

Parameters

sender
Type: System.Object
Server Instruction Object
Args
Type: Furcadia.Net.ParseServerArgs
See Also