StreamId.Parse(ReadOnlySpan<Byte>) Method
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.
public static Orleans.Runtime.StreamId Parse (ReadOnlySpan<byte> value);
static member Parse : ReadOnlySpan<byte> -> Orleans.Runtime.StreamId
Public Shared Function Parse (value As ReadOnlySpan(Of Byte)) As StreamId
Parameters
- value
- ReadOnlySpan<Byte>
The UTF-8 encoded value.
Returns
The parsed stream identity.