SinkSubscription<T> Class
Applies to: Semantic Logging Application Block 1.0
This map or container class holds a reference to an instance of a logging sink and a subscription token to an IObservable{EventEntry}, both of which will be disposed by this container when the container itself is disposed.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public sealed class SinkSubscription<T> : SinkSubscription
'Declaration
Public NotInheritable Class SinkSubscription(Of T)
Inherits SinkSubscription
generic<typename T>
public ref class SinkSubscription sealed : public SinkSubscription
Type Parameters
- T
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.SinkSubscription
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.SinkSubscription<T>
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace