Class EnableDeviceBoundSessionsCommandSettings
Sets up tracking device bound sessions and fetching of initial set of sessions.
public sealed class EnableDeviceBoundSessionsCommandSettings : ICommand
- Inheritance
-
EnableDeviceBoundSessionsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enable
Whether to enable or disable events.
[JsonPropertyName("enable")]
public bool Enable { get; set; }