C# Class CK.Monitoring.GrandOutputHandlers.ParallelHandler

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

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

Method Details

Handle() public method

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

ParallelHandler() public method

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