SinkSubscription<T> 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 when the container itself is disposed.

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

Syntax

public sealed class SinkSubscription<T> : SinkSubscription
'Declaration
Public NotInheritable Class SinkSubscription(Of T)
    Inherits SinkSubscription

Type Parameters

  • T

Inheritance Hierarchy

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

See Also

SinkSubscription<T> Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace