|
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
)
Public Delegate Sub ProcessInstruction (
sender As Object,
Args As ParseServerArgs
)
Dim instance As New ProcessInstruction(AddressOf HandlerMethod)
public delegate void ProcessInstruction(
Object^ sender,
ParseServerArgs^ Args
)
type ProcessInstruction =
delegate of
sender : Object *
Args : ParseServerArgs -> unit
Parameters
- sender
- Type: SystemObject
Server Instruction Object
- Args
- Type: Furcadia.NetParseServerArgs
See Also