Class ResponseSessionStarted
public class ResponseSessionStarted : Change, IChange
- Inheritance
-
ResponseSessionStarted
- Implements
- Inherited Members
- Extension Methods
Constructors
ResponseSessionStarted(DateTimeOffset?, bool?)
public ResponseSessionStarted(DateTimeOffset? started, bool? noStatusChange)
Parameters
startedDateTimeOffset?noStatusChangebool?
Properties
NoStatusChange
public bool? NoStatusChange { get; set; }
Property Value
- bool?
Started
public DateTimeOffset? Started { get; set; }