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

Represents a change in the connection state.
Exibir arquivo Open project: SignalR/SignalR Class Usage Examples

Public Methods

Method Description
StateChange ( ConnectionState oldState, ConnectionState newState )

Creates a new stance of StateChange.

Method Details

StateChange() public method

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.