Class StopResult
public sealed record StopResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<StopResult>
- Inheritance
-
EmptyResultStopResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
StopResult(Profile)
public StopResult(Profile Profile)
Parameters
ProfileProfileRecorded profile.
Properties
Profile
Recorded profile.
public Profile Profile { get; init; }