Partager via


ChannelId.Create Méthode

Définition

Surcharges

Create(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Initialise une nouvelle instance du struct ChannelId.

Create(String, Guid)

Initialise une nouvelle instance du struct ChannelId.

Create(String, String)

Initialise une nouvelle instance du struct ChannelId.

Create(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Initialise une nouvelle instance du struct ChannelId.

public static Orleans.BroadcastChannel.ChannelId Create (ReadOnlySpan<byte> ns, ReadOnlySpan<byte> key);
static member Create : ReadOnlySpan<byte> * ReadOnlySpan<byte> -> Orleans.BroadcastChannel.ChannelId
Public Shared Function Create (ns As ReadOnlySpan(Of Byte), key As ReadOnlySpan(Of Byte)) As ChannelId

Paramètres

ns
ReadOnlySpan<Byte>

Espace de noms.

key
ReadOnlySpan<Byte>

Clé.

Retours

S’applique à

Create(String, Guid)

Initialise une nouvelle instance du struct ChannelId.

public static Orleans.BroadcastChannel.ChannelId Create (string ns, Guid key);
static member Create : string * Guid -> Orleans.BroadcastChannel.ChannelId
Public Shared Function Create (ns As String, key As Guid) As ChannelId

Paramètres

ns
String

Espace de noms.

key
Guid

Clé.

Retours

S’applique à

Create(String, String)

Initialise une nouvelle instance du struct ChannelId.

public static Orleans.BroadcastChannel.ChannelId Create (string ns, string key);
static member Create : string * string -> Orleans.BroadcastChannel.ChannelId
Public Shared Function Create (ns As String, key As String) As ChannelId

Paramètres

ns
String

Espace de noms.

key
String

Clé.

Retours

S’applique à