共用方式為


IAzureStreamQueueMapper 介面

定義

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

方法

GetAllQueues()

取得所有佇列。

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

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

(繼承來源 IStreamQueueMapper)
PartitionToAzureQueue(QueueId)

依分割區取得 Azure 佇列名稱

適用於