Condividi tramite


IQueueCacheCursor.GetCurrent(Exception) Metodo

Definizione

Ottenere il valore corrente.

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

Parametri

exception
Exception

Eccezione risultante.

Restituisce

Restituisce il contenitore batch corrente. Se null il flusso è stato completato o si è verificato un errore di flusso.
Se si è verificato un errore di flusso, verrà fornita un'eccezione di errore nell'output.

Si applica a