次の方法で共有


ChannelId.Create メソッド

定義

オーバーロード

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

ChannelId 構造体の新しいインスタンスを初期化します。

Create(String, Guid)

ChannelId 構造体の新しいインスタンスを初期化します。

Create(String, String)

ChannelId 構造体の新しいインスタンスを初期化します。

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

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

パラメーター

ns
ReadOnlySpan<Byte>

名前空間。

key
ReadOnlySpan<Byte>

キー。

戻り値

適用対象

Create(String, Guid)

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

パラメーター

ns
String

名前空間。

key
Guid

キー。

戻り値

適用対象

Create(String, String)

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

パラメーター

ns
String

名前空間。

key
String

キー。

戻り値

適用対象