C# Class ServerStack.ApplicationLifetime

Inheritance: IApplicationLifetime
ファイルを表示 Open project: davidfowl/ServerStack

Public Methods

Method Description
NotifyStarted ( ) : void

Signals the ApplicationStarted event and blocks until it completes.

NotifyStopped ( ) : void

Signals the ApplicationStopped event and blocks until it completes.

StopApplication ( ) : void

Signals the ApplicationStopping event and blocks until it completes.

Method Details

NotifyStarted() public method

Signals the ApplicationStarted event and blocks until it completes.
public NotifyStarted ( ) : void
return void

NotifyStopped() public method

Signals the ApplicationStopped event and blocks until it completes.
public NotifyStopped ( ) : void
return void

StopApplication() public method

Signals the ApplicationStopping event and blocks until it completes.
public StopApplication ( ) : void
return void