E_Furcadia_Net_NetProxy_ClientDisconnected - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

NetProxy.ClientDisconnected Event

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

This is triggered when the Client Disconnects

Namespace: Furcadia.Net
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

protected event NetProxy.ActionDelegate ClientDisconnected

VB

Protected Event ClientDisconnected As NetProxy.ActionDelegate

VB Usage

Dim handler As NetProxy.ActionDelegate

AddHandler Me.ClientDisconnected, handler

C++

protected:
 event NetProxy.ActionDelegate^ ClientDisconnected {
	void add (NetProxy.ActionDelegate^ value);
	void remove (NetProxy.ActionDelegate^ value);
}

F#

member ClientDisconnected : IEvent<NetProxy.ActionDelegate,
    EventArgs>

Value

Type: Furcadia.Net.NetProxy.ActionDelegate

See Also

Reference

NetProxy Class
Furcadia.Net Namespace

⚠️ **GitHub.com Fallback** ⚠️