T_Furcadia_Net_Proxy_ProxySession_ProcessChannel - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Net.Proxy
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public delegate void ProcessChannel(
Object sender,
ParseChannelArgs Args
)
VB
Public Delegate Sub ProcessChannel (
sender As Object,
Args As ParseChannelArgs
)
VB Usage
Dim instance As New ProcessChannel(AddressOf HandlerMethod)
C++
public delegate void ProcessChannel(
Object^ sender,
ParseChannelArgs^ Args
)
F#
type ProcessChannel =
delegate of
sender : Object *
Args : ParseChannelArgs -> unit
- sender
- Type: System.Object
ChannelObject - Args
- Type: Furcadia.Net.ParseChannelArgs