C# Class FubuMVC.ServerSentEvents.NulloShutdownDetector

Inheritance: IAspNetShutDownDetector
显示文件 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