|
ProxySessionServerStatusChanged Event
|
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 59
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.ProxyProxySessionServerStatusChangedEventHandlerSee Also