IQueueCacheCursor.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 Orleans.Streams.IBatchContainer GetCurrent (out Exception exception);
abstract member GetCurrent : Exception -> Orleans.Streams.IBatchContainer
Public 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 une erreur de flux s’est produite.
En cas d’erreur de flux, une exception d’erreur est fournie dans la sortie.