C# Класс Platform.Node.NodeEntryPoint

Serves as an execution entry point for the data platform server
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Log ILogger

Открытые методы

Метод Описание
NodeEntryPoint ( QueuedHandler handler, ManualResetEventSlim exitWait ) : System
RequestServiceStop ( ) : void
RequestServiceStopIn ( int timeout ) : void
StartWithOptions ( NodeOptions options, Action termination ) : NodeEntryPoint
WaitForServiceToExit ( int seconds ) : bool
WaitForServiceToExit ( ) : void

Приватные методы

Метод Описание
NodeEntryPoint ( ) : System

Описание методов

NodeEntryPoint() публичный Метод

public NodeEntryPoint ( QueuedHandler handler, ManualResetEventSlim exitWait ) : System
handler QueuedHandler
exitWait System.Threading.ManualResetEventSlim
Результат System

RequestServiceStop() публичный Метод

public RequestServiceStop ( ) : void
Результат void

RequestServiceStopIn() публичный Метод

public RequestServiceStopIn ( int timeout ) : void
timeout int
Результат void

StartWithOptions() публичный статический Метод

public static StartWithOptions ( NodeOptions options, Action termination ) : NodeEntryPoint
options NodeOptions
termination Action
Результат NodeEntryPoint

WaitForServiceToExit() публичный Метод

public WaitForServiceToExit ( int seconds ) : bool
seconds int
Результат bool

WaitForServiceToExit() публичный Метод

public WaitForServiceToExit ( ) : void
Результат void

Описание свойств

Log публичное статическое свойство

public static ILogger Log
Результат ILogger