C# Class Platform.Node.NodeEntryPoint

Serves as an execution entry point for the data platform server
Afficher le fichier Open project: Lokad/lokad-data-platform Class Usage Examples

Méthodes publiques

Свойство Type Description
Log ILogger

Méthodes publiques

Méthode Description
NodeEntryPoint ( QueuedHandler handler, ManualResetEventSlim exitWait ) : System
RequestServiceStop ( ) : void
RequestServiceStopIn ( int timeout ) : void
StartWithOptions ( NodeOptions options, Action termination ) : NodeEntryPoint
WaitForServiceToExit ( int seconds ) : bool
WaitForServiceToExit ( ) : void

Private Methods

Méthode Description
NodeEntryPoint ( ) : System

Method Details

NodeEntryPoint() public méthode

public NodeEntryPoint ( QueuedHandler handler, ManualResetEventSlim exitWait ) : System
handler QueuedHandler
exitWait System.Threading.ManualResetEventSlim
Résultat System

RequestServiceStop() public méthode

public RequestServiceStop ( ) : void
Résultat void

RequestServiceStopIn() public méthode

public RequestServiceStopIn ( int timeout ) : void
timeout int
Résultat void

StartWithOptions() public static méthode

public static StartWithOptions ( NodeOptions options, Action termination ) : NodeEntryPoint
options NodeOptions
termination Action
Résultat NodeEntryPoint

WaitForServiceToExit() public méthode

public WaitForServiceToExit ( int seconds ) : bool
seconds int
Résultat bool

WaitForServiceToExit() public méthode

public WaitForServiceToExit ( ) : void
Résultat void

Property Details

Log public_oe static_oe property

public static ILogger Log
Résultat ILogger