StreamIdentity(Guid, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the StreamIdentity class.
public StreamIdentity (Guid streamGuid, string streamNamespace);
new Orleans.Streams.StreamIdentity : Guid * string -> Orleans.Streams.StreamIdentity
Public Sub New (streamGuid As Guid, streamNamespace As String)
Parameters
- streamGuid
- Guid
The stream unique identifier.
- streamNamespace
- String
The stream namespace.