StreamId.Parse(ReadOnlySpan<Byte>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- value
- ReadOnlySpan<Byte>
Valeur encodée en UTF-8.
Retours
Identité de flux analysé.