IQueueCacheCursor.GetCurrent(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.