SinkSubscription Class

Applies to: Semantic Logging 2.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 if the container itself is explicitly disposed.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public class SinkSubscription : IDisposable
'Declaration
Public Class SinkSubscription
    Implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.SemanticLogging.SinkSubscription
    Microsoft.Practices.EnterpriseLibrary.SemanticLogging.SinkSubscription<T>

See Also

SinkSubscription Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace