Class Sink
public sealed record Sink : IEquatable<Sink>
- Inheritance
-
Sink
- Implements
- Inherited Members
Constructors
Sink(string, string)
public Sink(string Name, string Id)
Parameters
Properties
Id
public string Id { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Session
Text describing the current session. Present only if there is an active session on the sink.
public string? Session { get; init; }