다음을 통해 공유


HashRingBasedStreamQueueMapper 생성자

정의

오버로드

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

HashRingBasedStreamQueueMapper 클래스의 새 인스턴스를 초기화합니다.

HashRingBasedStreamQueueMapper(Int32, String)

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

Source:
HashRingBasedStreamQueueMapper.cs

HashRingBasedStreamQueueMapper 클래스의 새 인스턴스를 초기화합니다.

public HashRingBasedStreamQueueMapper (Orleans.Configuration.HashRingStreamQueueMapperOptions options, string queueNamePrefix);
new Orleans.Streams.HashRingBasedStreamQueueMapper : Orleans.Configuration.HashRingStreamQueueMapperOptions * string -> Orleans.Streams.HashRingBasedStreamQueueMapper
Public Sub New (options As HashRingStreamQueueMapperOptions, queueNamePrefix As String)

매개 변수

options
HashRingStreamQueueMapperOptions

옵션입니다.

queueNamePrefix
String

큐 이름 접두사입니다.

적용 대상

HashRingBasedStreamQueueMapper(Int32, String)

public HashRingBasedStreamQueueMapper (int nQueues, string queueNamePrefix);
new Orleans.Streams.HashRingBasedStreamQueueMapper : int * string -> Orleans.Streams.HashRingBasedStreamQueueMapper
Public Sub New (nQueues As Integer, queueNamePrefix As String)

매개 변수

nQueues
Int32
queueNamePrefix
String

적용 대상