|
NetConnectionProcessChannel Delegate
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Furcadia.Net.DirectConnection.NetConnection.ProcessChannel"]
Namespace:
Furcadia.Net.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public delegate void ProcessChannel(
Object sender,
ParseChannelArgs Args
)
Public Delegate Sub ProcessChannel (
sender As Object,
Args As ParseChannelArgs
)
Dim instance As New ProcessChannel(AddressOf HandlerMethod)
public delegate void ProcessChannel(
Object^ sender,
ParseChannelArgs^ Args
)
type ProcessChannel =
delegate of
sender : Object *
Args : ParseChannelArgs -> unit
Parameters
- sender
- Type: SystemObject
ChannelObject
- Args
- Type: Furcadia.NetParseChannelArgs
See Also