다음을 통해 공유


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

키입니다.

반환

적용 대상