IBatchContainerBatch 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
(的佇列訊息批次,請參閱 IBatchContainer 以取得批次內容的描述)
public interface IBatchContainerBatch : Orleans.Streams.IBatchContainer
type IBatchContainerBatch = interface
interface IBatchContainer
Public Interface IBatchContainerBatch
Implements IBatchContainer
- 衍生
- 實作
屬性
BatchContainers |
取得包含此批次的批次容器 |
SequenceToken |
針對此批次開頭的資料流程順序權杖。 (繼承來源 IBatchContainer) |
StreamGuid |
此批次所屬資料流程的資料流程識別碼。 (繼承來源 IBatchContainer) |
StreamId |
為此批次所屬之資料流程的資料流程識別碼。 (繼承來源 IBatchContainer) |
StreamNamespace |
此批次所屬資料流程的資料流程命名空間。 (繼承來源 IBatchContainer) |
方法
GetEvents<T>() |
從批次取得特定類型的事件。 (繼承來源 IBatchContainer) |
ImportRequestContext() |
IBatchContainer有機會在傳送資料 IBatchContainer 給取用者之前,在 中 RequestContext 設定任何資料。 它可以是產生事件時所設定的資料,並加入持續性提供者或任何其他資料中。 (繼承來源 IBatchContainer) |
ShouldDeliver(IStreamIdentity, Object, StreamFilterPredicate) |
決定是否要將此批次傳送至指定的目標。 (繼承來源 IBatchContainer) |