IBatchContainerBatch 接口

定义

一批队列消息 (请参阅 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在将此数据发送给使用者之前IBatchContainerRequestContext有机会在 中设置任何数据。 它可以是在生成事件时设置的数据,并排入持久提供程序或其他任何数据。

(继承自 IBatchContainer)
ShouldDeliver(IStreamIdentity, Object, StreamFilterPredicate)

确定是否应将此批发送到指定目标。

(继承自 IBatchContainer)

适用于