C# Class CK.Monitoring.GrandOutputHandlers.SequenceHandler

Inheritance: HandlerBase
Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

SequenceHandler() public méthode

public SequenceHandler ( ActionSequenceConfiguration c, HandlerBase children ) : CK.RouteConfig
c CK.RouteConfig.ActionSequenceConfiguration
children HandlerBase
Résultat CK.RouteConfig