Compartir a través de


ChannelId.Create Método

Definición

Sobrecargas

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

Inicializa una nueva instancia del struct ChannelId.

Create(String, Guid)

Inicializa una nueva instancia del struct ChannelId.

Create(String, String)

Inicializa una nueva instancia del struct ChannelId.

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

Inicializa una nueva instancia del 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

Parámetros

ns
ReadOnlySpan<Byte>

El espacio de nombres.

key
ReadOnlySpan<Byte>

Clave.

Devoluciones

Se aplica a

Create(String, Guid)

Inicializa una nueva instancia del 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

Parámetros

ns
String

El espacio de nombres.

key
Guid

Clave.

Devoluciones

Se aplica a

Create(String, String)

Inicializa una nueva instancia del 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

Parámetros

ns
String

El espacio de nombres.

key
String

Clave.

Devoluciones

Se aplica a