IQueueCacheCursor.GetCurrent(Exception) 方法

定义

获取当前值。

public Orleans.Streams.IBatchContainer GetCurrent (out Exception exception);
abstract member GetCurrent : Exception -> Orleans.Streams.IBatchContainer
Public Function GetCurrent (ByRef exception As Exception) As IBatchContainer

参数

exception
Exception

生成的异常。

返回

返回当前批处理容器。 如果为 null,则表示流已完成或出现流错误。
如果出现流错误,输出中将提供错误异常。

适用于