Click or drag to resize

ProxySessionProcessInstruction 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.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public delegate void ProcessInstruction(
	Object sender,
	ParseServerArgs Args
)

Parameters

sender
Type: SystemObject
Server Instruction Object
Args
Type: Furcadia.NetParseServerArgs
See Also