ProxySession.ServerStatusChanged Event

Furcadia Framework

ProxySessionServerStatusChanged Event

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Track the Server Status

Namespace:  Furcadia.Net.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public event ProxySessionServerStatusChangedEventHandler ServerStatusChanged
Public Event ServerStatusChanged As ProxySessionServerStatusChangedEventHandler

Dim instance As ProxySession
Dim handler As ProxySessionServerStatusChangedEventHandler

AddHandler instance.ServerStatusChanged, handler
public:
 event ProxySessionServerStatusChangedEventHandler^ ServerStatusChanged {
	void add (ProxySessionServerStatusChangedEventHandler^ value);
	void remove (ProxySessionServerStatusChangedEventHandler^ value);
}
member ServerStatusChanged : IEvent<ProxySessionServerStatusChangedEventHandler,
    NetServerEventArgs>

Value

Type: Furcadia.Net.ProxyProxySessionServerStatusChangedEventHandler
See Also

Reference