WindowsAzureTableSink Class
Applies to: Semantic Logging 2.0
Sink that asynchronously writes entries to an Azure table.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure.dll) Version: 2.0.1406.1
Syntax
public class WindowsAzureTableSink : IObserver<EventEntry>,
IDisposable
'Declaration
Public Class WindowsAzureTableSink
Implements IObserver(Of EventEntry), IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.WindowsAzureTableSink
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace