StateChange Class

.NET Framework 4.5

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
Public method StateChange Creates a new stance of StateChange .

Top

Properties

  Name Description
Public property NewState Gets the new state of the connection.
Public property OldState Gets the old state of the connection.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR.Client Namespace