Class Version
public sealed class Version
- Inheritance
-
Version
- Inherited Members
Constructors
Version(uint, string, bool)
public Version(uint seq, string desc, bool isEphemeral = false)
Parameters
Properties
IsEphemeral
True when this version was terminated by an ephemeral (unnamed) barrier event.
public bool IsEphemeral { get; }
Property Value
Name
public string Name { get; }
Property Value
SequenceNumber
public uint SequenceNumber { get; }
Property Value
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()