 | NeonServiceSetRunningAsync Method |
Called by
OnRunAsync implementation after they've completed any
initialization and are ready for traffic. This sets
Status to
Running.
Namespace:
Neon.Service
Assembly:
Neon.Service (in Neon.Service.dll) Version: 2.14.0
Syntaxpublic Task SetRunningAsync()
Public Function SetRunningAsync As Task
public:
Task^ SetRunningAsync()
member SetRunningAsync : unit -> Task
Return Value
Type:
Task[Missing <returns> documentation for "M:Neon.Service.NeonService.SetRunningAsync"]
See Also