共用方式為


IEventHubQueueMapper 介面

定義

將事件中樞分割區對應至 QueueId 的串流佇列對應程式

public interface IEventHubQueueMapper : Orleans.Streams.IStreamQueueMapper
type IEventHubQueueMapper = interface
    interface IStreamQueueMapper
Public Interface IEventHubQueueMapper
Implements IStreamQueueMapper
衍生
實作

方法

GetAllQueues()

取得所有佇列。

(繼承來源 IStreamQueueMapper)
GetQueueForStream(Guid, String)

將事件中樞分割區對應至 QueueId 的串流佇列對應程式

(繼承來源 IStreamQueueMapper)
GetQueueForStream(StreamId)

取得指定資料流程的佇列。

(繼承來源 IStreamQueueMapper)
QueueToPartition(QueueId)

依 QueueId 取得 EventHub 分割區

適用於