Class ServerClosingEvent
Gets dispatched when the server is shutting down
Namespace: OpenAPI.Events.Server
Assembly: OpenAPI.dll
Syntax
public class ServerClosingEvent : Event
Constructors
| Improve this Doc View SourceServerClosingEvent(OpenServer)
Declaration
public ServerClosingEvent(OpenServer server)
Parameters
Type | Name | Description |
---|---|---|
OpenServer | server |
Properties
| Improve this Doc View SourceServer
The server instance that is shutting down
Declaration
public OpenServer Server { get; }
Property Value
Type | Description |
---|---|
OpenServer |