Class AttachToTargetResult
public sealed record AttachToTargetResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<AttachToTargetResult>
- Inheritance
-
EmptyResultAttachToTargetResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
AttachToTargetResult(SessionID)
public AttachToTargetResult(SessionID SessionId)
Parameters
SessionIdSessionIDId assigned to the session.
Properties
SessionId
Id assigned to the session.
public SessionID SessionId { get; init; }