C# 클래스 Seq.App.Opsgenie.OpsgenieApp

상속: SeqApp, IDisposable, ISubscribeToAsync
파일 보기 프로젝트 열기: datalust/seq-app-opsgenie

Private Properties

프로퍼티 타입 설명
ComputePriority Priority
ComputeResponders List
ComputeTags string[]
SplitAndTrim IEnumerable
TryGetPropertyValueCI bool
TryParsePriorityMappings bool

공개 메소드들

메소드 설명
Dispose ( ) : void
OnAsync ( Event evt ) : Task

보호된 메소드들

메소드 설명
OnAttached ( ) : void

비공개 메소드들

메소드 설명
ComputePriority ( Event evt ) : Priority
ComputeResponders ( Event evt ) : List
ComputeTags ( Event evt ) : string[]
SplitAndTrim ( char splitOn, string setting ) : IEnumerable
TryGetPropertyValueCI ( IReadOnlyDictionary properties, string propertyName, object &propertyValue ) : bool
TryParsePriorityMappings ( string encodedMappings, Dictionary &mappings ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnAsync() 공개 메소드

public OnAsync ( Event evt ) : Task
evt Event
리턴 Task

OnAttached() 보호된 메소드

protected OnAttached ( ) : void
리턴 void