C# Class Seq.App.Opsgenie.OpsgenieApp

Inheritance: SeqApp, IDisposable, ISubscribeToAsync
Afficher le fichier Open project: datalust/seq-app-opsgenie

Private Properties

Свойство Type Description
ComputePriority Priority
ComputeResponders List
ComputeTags string[]
SplitAndTrim IEnumerable
TryGetPropertyValueCI bool
TryParsePriorityMappings bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
OnAsync ( Event evt ) : Task

Méthodes protégées

Méthode Description
OnAttached ( ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnAsync() public méthode

public OnAsync ( Event evt ) : Task
evt Event
Résultat Task

OnAttached() protected méthode

protected OnAttached ( ) : void
Résultat void