WindowsAzureTableSink.FlushAsync Method
Applies to: Semantic Logging 2.0
Causes the buffer to be written immediately.
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 Task FlushAsync()
'Declaration
Public Function FlushAsync As Task
Return Value
Type: Task
The Task that flushes the buffer.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace