SinkSettings.Sink Property
Applies to: Semantic Logging Application Block 1.0
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public IObserver<EventEntry> Sink { get; set; }
'Declaration
Public Property Sink As IObserver(Of EventEntry)
Get
Set
public:
property IObserver<EventEntry^>^ Sink {
IObserver<EventEntry^>^ get ();
void set (IObserver<EventEntry^>^ value);
}
Property Value
Type: IObserver<EventEntry>
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration Namespace