IQueueCache 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface IQueueCache : Orleans.Streams.IQueueFlowController
type IQueueCache = interface
interface IQueueFlowController
Public Interface IQueueCache
Implements IQueueFlowController
- 衍生
- 實作
方法
AddToCache(IList<IBatchContainer>) |
將訊息新增至快取。 |
GetCacheCursor(IStreamIdentity, StreamSequenceToken) |
取得資料流程訊息資料指標。 這可用來從所提供權杖所指示的位置開始,從快取重新處理訊息。 |
GetCacheCursor(StreamId, StreamSequenceToken) |
取得資料流程訊息資料指標。 這可用來從所提供權杖所指示的位置開始,從快取擷取訊息。 |
GetMaxAddCount() |
取得可新增的專案數目上限。 (繼承來源 IQueueFlowController) |
IsUnderPressure() |
|
TryPurgeFromCache(IList<IBatchContainer>) |
要求快取清除可清除的任何專案。 |