SimpleQueueCacheCursor.GetCurrent(Exception) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez la valeur actuelle.
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
Paramètres
- exception
- Exception
Exception résultante.
Retours
Retourne le conteneur de lots actuel.
Si la valeur est null, le flux est terminé ou il y a eu une erreur de flux.
En cas d’erreur de flux, une exception d’erreur est fournie dans la sortie.