Click or drag to resize

ServerOnStarted Property

Event that will fire when the server is started

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

Property Value

Type: EventHandler

Implements

IServerOnStarted
See Also