Interface IDiagnosticObserver
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public interface IDiagnosticObserver
Properties
|
Edit this page
View Source
ListenerName
Declaration
string ListenerName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ObserverName
Declaration
string ObserverName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Dispose()
Declaration
|
Edit this page
View Source
ProcessEvent(String, Object)
Declaration
void ProcessEvent(string event, object value)
Parameters
Type |
Name |
Description |
System.String |
event |
|
System.Object |
value |
|
|
Edit this page
View Source
Subscribe(DiagnosticListener)
Declaration
void Subscribe(DiagnosticListener listener)
Parameters
Type |
Name |
Description |
DiagnosticListener |
listener |
|