SystemTraceWriter.TimerFlush Method (Object)

 

Flush any queued events to disk immediately.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

protected virtual void TimerFlush(
	object state
)

This method may run concurrently with itself so ensure there are no unintended side effects or race conditions within the implementation.

Return to top
Show: