C# Class CK.Monitoring.StandardChannel

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

Méthodes publiques

Méthode Description
CancelPreHandleLock ( ) : void
Handle ( GrandOutputEventInfo logEvent, bool sendToCommonSink ) : void
Initialize ( ) : void
PreHandleLock ( ) : void

Private Methods

Méthode Description
StandardChannel ( IGrandOutputSink commonSink, EventDispatcher dispatcher, IRouteConfigurationLock configLock, HandlerBase handlers, string configurationName, GrandOutputChannelConfigData configData ) : CK.Core

Method Details

CancelPreHandleLock() public méthode

public CancelPreHandleLock ( ) : void
Résultat void

Handle() public méthode

public Handle ( GrandOutputEventInfo logEvent, bool sendToCommonSink ) : void
logEvent GrandOutputEventInfo
sendToCommonSink bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

PreHandleLock() public méthode

public PreHandleLock ( ) : void
Résultat void