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

適用対象