다음을 통해 공유


QueueId.GetQueueId(String, UInt32, UInt32) 메서드

정의

큐 식별자를 가져옵니다.

public static Orleans.Streams.QueueId GetQueueId (string queueName, uint queueId, uint hash);
static member GetQueueId : string * uint32 * uint32 -> Orleans.Streams.QueueId
Public Shared Function GetQueueId (queueName As String, queueId As UInteger, hash As UInteger) As QueueId

매개 변수

queueName
String

큐의 이름입니다.

queueId
UInt32

큐 식별자입니다.

hash
UInt32

해시입니다.

반환

큐 식별자입니다.

적용 대상