Share via


ITraceManager.Switch Property

.NET Framework 4

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

Syntax

'Declaration
ReadOnly Property Switch As SourceSwitch 
    Get
'Usage
Dim instance As ITraceManager 
Dim value As SourceSwitch 

value = instance.Switch
SourceSwitch Switch { get; }
property SourceSwitch^ Switch {
    SourceSwitch^ get ();
}
abstract Switch : SourceSwitch
function get Switch () : SourceSwitch

Property Value

Type: System.Diagnostics.SourceSwitch
Returns SourceSwitch.

See Also

Reference

ITraceManager Interface

Microsoft.AspNet.SignalR.Tracing Namespace