C# 클래스 CK.Monitoring.GrandOutputHandlers.SequenceHandler

상속: HandlerBase
파일 보기 프로젝트 열기: Invenietis/ck-core

공개 메소드들

메소드 설명
Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void

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

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

메소드 상세

Handle() 공개 메소드

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.
리턴 void

SequenceHandler() 공개 메소드

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