Edit

Share via


SimpleQueueCacheCursor.GetCurrent(Exception) Method

Definition

Get the current value.

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

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.

Implements

Applies to