EventHubQueueCache<TCachedMessage>.TryGetNextMessage 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.
Essayez d’obtenir le message suivant dans le cache pour le curseur fourni.
public bool TryGetNextMessage (object cursorObj, out Orleans.Streams.IBatchContainer message);
abstract member TryGetNextMessage : obj * IBatchContainer -> bool
override this.TryGetNextMessage : obj * IBatchContainer -> bool
Public Function TryGetNextMessage (cursorObj As Object, ByRef message As IBatchContainer) As Boolean
Paramètres
- cursorObj
- Object
- message
- IBatchContainer