InterlockedHelper Class

.NET Framework 4.5

Represents the helper for the atomic operations for variables that are shared by multiple threads.

System::Object
  Microsoft.AspNet.SignalR.Infrastructure::InterlockedHelper

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

public ref class InterlockedHelper abstract sealed

The InterlockedHelper type exposes the following members.

  NameDescription
Public methodStatic memberCompareExchangeOrCompares two objects for reference equality and, if they are equal.
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: