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.

TraceSourceExtensions Class

.NET Framework 4.5

Provides extension methods for used by SignalR.

System::Object
  System.Diagnostics::TraceSourceExtensions

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

[ExtensionAttribute]
public ref class TraceSourceExtensions abstract sealed

  NameDescription
Public methodStatic memberTraceError(TraceSource, String)Writes trace error message to the specified trace source.
Public methodStatic memberTraceError(TraceSource, String, array<Object>)Writes trace error message to the specified trace source.
Public methodStatic memberTraceVerbose(TraceSource, String)Writes trace verbose message to the specified trace source.
Public methodStatic memberTraceVerbose(TraceSource, String, array<Object>)Writes trace verbose message to the specified trace source.
Public methodStatic memberTraceWarning(TraceSource, String)Writes trace warning message to the specified trace source.
Public methodStatic memberTraceWarning(TraceSource, String, array<Object>)Writes trace warning message to the specified trace source.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: