SimpleQueueCacheCursor.GetCurrent(Exception) 方法

定义

获取当前值。

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

参数

exception
Exception

生成的异常。

返回

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

实现

适用于