Class RecordClockSyncMarkerCommandSettings
Record a clock sync marker in the trace.
public sealed class RecordClockSyncMarkerCommandSettings : ICommand
- Inheritance
-
RecordClockSyncMarkerCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SyncId
The ID of this clock sync marker
[JsonPropertyName("syncId")]
public string SyncId { get; set; }