Class MountedSessionEvents.StateChanged
Communicates a MountedSession change of State.
Namespace: MESL.SqlRace.Domain.MountedSessions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class StateChanged : MountedSessionEvents.SessionUpdated
Constructors
StateChanged(MountedSessionState)
Initializes a new instance.
Declaration
public StateChanged(MountedSessionState state)
Parameters
Type | Name | Description |
---|---|---|
MountedSessionState | state | New state. |
Properties
State
New State.
Declaration
public MountedSessionState State { get; }
Property Value
Type | Description |
---|---|
MountedSessionState |