SystemTraceWriter::Enqueue Method (TraceRecord^)

 

Enqueues a TraceRecord to be written to MDS.

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

public:
virtual void Enqueue(
	TraceRecord^ traceRecord
)

Parameters

traceRecord
Type: System.Web.Http.Tracing::TraceRecord^

The TraceRecord to write.

Return to top
Show: