Show / Hide Table of Contents

Class MountedSessionEvents.StateChanged

Communicates a MountedSession change of State.

Inheritance
System.Object
MountedSessionEvents.SessionUpdated
MountedSessionEvents.StateChanged
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
Back to top Generated by DocFX