Condividi tramite


SimpleQueueCacheCursor.GetCurrent(Exception) Metodo

Definizione

Ottenere il valore corrente.

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

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.

Implementazioni

Si applica a