ChannelId
struct
Namespace: Orleans.BroadcastChannel
Identifies a Channel within a provider
[Orleans.GenerateSerializer][Orleans.Immutable]public readonly struct ChannelId : IComparable<ChannelId>, IEquatable<ChannelId>, IFormattable, ISpanFormattable, ISerializableProperties
Methods
CompareTo(ChannelId)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.Create(ReadOnlySpan<byte>, ReadOnlySpan<byte>)Initializes a new instance of theChannelIdstruct.Create(string, Guid)Initializes a new instance of theChannelIdstruct.Create(string, string)Initializes a new instance of theChannelIdstruct.Equals(ChannelId)Indicates whether the current object is equal to another object of the same type.Equals(object?)Indicates whether this instance and a specified object are equal.GetHashCodeReturns the hash code for this instance.GetKeyAsStringReturns theChannelIdcomponent of this instance as a string.GetNamespaceReturns theChannelIdcomponent of this instance as a string.GetObjectData(SerializationInfo, StreamingContext)Populates aSystem.Runtime.Serialization.SerializationInfowith the data needed to serialize the target object.ToStringReturns the fully qualified type name of this instance.operator ==(ChannelId, ChannelId)Compares twoChannelIdinstances for equality.operator !=(ChannelId, ChannelId)Compares twoChannelIdinstances for equality.
