StateChange Class
.NET Framework 4
Represents a change in the connection state.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.StateChange
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class StateChange
'Usage
Dim instance As StateChange
public class StateChange
public ref class StateChange
type StateChange = class end
public class StateChange
The StateChange type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StateChange | Creates a new stance of StateChange . |
Top
Properties
Name | Description | |
---|---|---|
NewState | Gets the new state of the connection. | |
OldState | Gets the old state of the connection. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.