C# Class CK.Monitoring.GrandOutputHandlers.ParallelHandler

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 handler in parallel.

ParallelHandler ( ActionParallelConfiguration c, HandlerBase children ) : System.Threading.Tasks

Method Details

Handle() public méthode

Handles a GrandOutputEventInfo by calling each child's handler in parallel.
public Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void
logEvent GrandOutputEventInfo Event to handle.
parrallelCall bool True if this is called in parallel.
Résultat void

ParallelHandler() public méthode

public ParallelHandler ( ActionParallelConfiguration c, HandlerBase children ) : System.Threading.Tasks
c CK.RouteConfig.ActionParallelConfiguration
children HandlerBase
Résultat System.Threading.Tasks