共用方式為


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,則資料流程已完成或發生資料流程錯誤。
如果發生資料流程錯誤,則會在輸出中提供錯誤例外狀況。

適用於