Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Gets the old state of the connection.
Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Property OldState As ConnectionState 
    Get 
    Private Set
'Usage
Dim instance As StateChange 
Dim value As ConnectionState 
value = instance.OldState
public ConnectionState OldState { get; private set; }
public:
property ConnectionState OldState {
    ConnectionState get ();
    private: void set (ConnectionState value);
}
member OldState : ConnectionState with get, private set
function get OldState () : ConnectionState 
private function set OldState (value : ConnectionState)
Property Value
Type: Microsoft.AspNet.SignalR.Client.ConnectionState