C# Class Microsoft.AspNet.SignalR.Client.StateChange

Represents a change in the connection state.
Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
StateChange ( ConnectionState oldState, ConnectionState newState )

Creates a new stance of StateChange.

Method Details

StateChange() public méthode

Creates a new stance of StateChange.
public StateChange ( ConnectionState oldState, ConnectionState newState )
oldState ConnectionState The old state of the connection.
newState ConnectionState The new state of the connection.