StateChangeTracker Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a change tracking dictionary.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The StateChangeTracker type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | StateChangeTracker() | Initializes a new instance of the StateChangeTracker class. |
![]() | StateChangeTracker(IDictionary<String, Object>) | Initializes a new instance of the StateChangeTracker class. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetChanges | Gets the changes associated with the tracker. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
