Class PushNodesByBackendIdsToFrontendResult
public sealed record PushNodesByBackendIdsToFrontendResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<PushNodesByBackendIdsToFrontendResult>
- Inheritance
-
EmptyResultPushNodesByBackendIdsToFrontendResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
PushNodesByBackendIdsToFrontendResult(ImmutableArray<NodeId>)
public PushNodesByBackendIdsToFrontendResult(ImmutableArray<NodeId> NodeIds)
Parameters
NodeIdsImmutableArray<NodeId>The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.
Properties
NodeIds
The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.
public ImmutableArray<NodeId> NodeIds { get; init; }