共用方式為


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

索引鍵。

傳回

適用於