Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PersistentConnection::TraceManager Property

.NET Framework 4.5

Gets or sets the trace manager.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

protected:
property ITraceManager^ TraceManager {
	ITraceManager^ get ();
	private: void set (ITraceManager^ value);
}

Property Value

Type: Microsoft.AspNet.SignalR.Tracing::ITraceManager
The trace manager.
Show: