TraceLevels Enumeration

.NET Framework 4.5

Enumerates the tracing level associated with the SignalR client.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

[FlagsAttribute]
public enum class TraceLevels

Member nameDescription
AllTraces all associated objects.

EventsTraces all events.

MessagesTraces all messages.

NoneDoes not trace anything.

StateChangesTraces all the state changes.

Show: