C# Класс CK.Monitoring.GrandOutputHandlers.SequenceHandler

Наследование: HandlerBase
Показать файл Открыть проект

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

Метод Описание
Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void

Handles a GrandOutputEventInfo by calling each child's handle in sequence.

SequenceHandler ( ActionSequenceConfiguration c, HandlerBase children ) : CK.RouteConfig

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

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

Handles a GrandOutputEventInfo by calling each child's handle in sequence.
public Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void
logEvent GrandOutputEventInfo Event to handle.
parrallelCall bool True if this is called in parallel.
Результат void

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

public SequenceHandler ( ActionSequenceConfiguration c, HandlerBase children ) : CK.RouteConfig
c CK.RouteConfig.ActionSequenceConfiguration
children HandlerBase
Результат CK.RouteConfig