Click or drag to resize

ServerOnStopped Property

Event that will fire when the server is stopped

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public EventHandler OnStopped { get; set; }

Property Value

Type: EventHandler

Implements

IServerOnStopped
See Also