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 の場合、ストリームが完了したか、ストリーム エラーが発生しました。
ストリーム エラーが発生した場合は、出力にエラー例外が表示されます。

実装

適用対象