HubDispatcher::Trace Property

.NET Framework 4.5This member overrides PersistentConnection::Trace.

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

protected:
virtual property TraceSource^ Trace {
	TraceSource^ get () override;
}

Property Value

Type: System.Diagnostics::TraceSource
Returns TraceSource.
Show: