Class SessionEvent
- Namespace
- XENBIT.ResQueServe.Abstractions.Models
- Assembly
- RQS.Abstractions.dll
Represents an event that occurs within a session.
public abstract class SessionEvent
- Inheritance
-
SessionEvent
- Inherited Members
Properties
Args
Gets or sets the arguments associated with the session event.
public SessionEventArgs? Args { get; init; }
Property Value
Type
Gets or sets the type of the session event.
public SessionEventType Type { get; init; }