StateChange.NewState Property
.NET Framework 4
Gets the new state of the connection.
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Property NewState As ConnectionState
Get
Private Set
'Usage
Dim instance As StateChange
Dim value As ConnectionState
value = instance.NewState
public ConnectionState NewState { get; private set; }
public:
property ConnectionState NewState {
ConnectionState get ();
private: void set (ConnectionState value);
}
member NewState : ConnectionState with get, private set
function get NewState () : ConnectionState
private function set NewState (value : ConnectionState)
Property Value
Type: Microsoft.AspNet.SignalR.Client.ConnectionState