Class PushNodesByBackendIdsToFrontendCommandSettings
PushNodesByBackendIdsToFrontend
public sealed class PushNodesByBackendIdsToFrontendCommandSettings : ICommand- Inheritance
- 
      
      PushNodesByBackendIdsToFrontendCommandSettings
- Implements
- Inherited Members
Properties
BackendNodeIds
Gets or sets the backendNodeIds
[JsonPropertyName("backendNodeIds")]
public long[] BackendNodeIds { get; set; }Property Value
- long[]
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }