Click or drag to resize

IInternalControllerRun Method

Will be called once when the server is started. You are responsible for implementing processing logic in the Run method.

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Task Run()

Return Value

Type: Task
Task
See Also