StreamIdentity
class
Namespace: Orleans.Streams
Stream identity contains the public stream information use to uniquely identify a stream. Stream identities are only unique per stream provider.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class StreamIdentity : IStreamIdentityRemarks
Use
StreamId where possible, instead. Constructors
StreamIdentity(Guid, string)Initializes a new instance of theStreamIdentityclass.
Properties
Methods
Equals(object)Determines whether the specified object is equal to the current object.GetHashCodeServes as the default hash function.
