Edit

Share via


IQueueCacheCursor.GetCurrent(Exception) Method

Definition

Get the current value.

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

Parameters

exception
Exception

The resulting exception.

Returns

Returns the current batch container. If null then the stream has completed or there was a stream error.
If there was a stream error, an error exception will be provided in the output.

Applies to