BufferedEventPublisher<TEntry> Class
Applies to: Semantic Logging 2.0
Buffering and batching utility for sinks that can benefit from batched writes
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1
Syntax
public sealed class BufferedEventPublisher<TEntry> : IDisposable
'Declaration
Public NotInheritable Class BufferedEventPublisher(Of TEntry)
Implements IDisposable
Type Parameters
- TEntry
The type of the entry to buffer.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility.BufferedEventPublisher<TEntry>
See Also
BufferedEventPublisher<TEntry> Members
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility Namespace