Class CloseTargetResult
public sealed record CloseTargetResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<CloseTargetResult>
- Inheritance
-
EmptyResultCloseTargetResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
CloseTargetResult(bool)
public CloseTargetResult(bool Success)
Parameters
SuccessboolAlways set to true. If an error occurs, the response indicates protocol error.
Properties
Success
Always set to true. If an error occurs, the response indicates protocol error.
public bool Success { get; init; }