C# Class CK.Monitoring.GrandOutputHandlers.SequenceHandler

Inheritance: HandlerBase
Mostra file Open project: Invenietis/ck-core

Public Methods

Method Description
Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void

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

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

Method Details

Handle() public method

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.
return void

SequenceHandler() public method

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