Class MakeSnapshotResult
public sealed record MakeSnapshotResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<MakeSnapshotResult>
- Inheritance
-
EmptyResultMakeSnapshotResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
MakeSnapshotResult(SnapshotId)
public MakeSnapshotResult(SnapshotId SnapshotId)
Parameters
SnapshotIdSnapshotIdThe id of the layer snapshot.
Properties
SnapshotId
The id of the layer snapshot.
public SnapshotId SnapshotId { get; init; }