Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FubuMVC
ServerSentEvents
NulloShutdownDetector
C# Class FubuMVC.ServerSentEvents.NulloShutdownDetector
Inheritance:
IAspNetShutDownDetector
Mostrar archivo
Open project: DarthFubuMVC/FubuMVC.ServerSentEvents
Public Methods
Method
Description
Dispose
( ) :
void
Register
(
System.Action
onShutdown
) :
void
Stop
(
bool
immediate
) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Register()
public
method
public
Register
(
System.Action
onShutdown
) :
void
onShutdown
System.Action
return
void
Stop()
public
method
public
Stop
(
bool
immediate
) :
void
immediate
bool
return
void