Condividi tramite


EventHubQueueCache<TCachedMessage>.TryGetNextMessage Metodo

Definizione

Provare a ottenere il messaggio successivo nella cache per il cursore specificato.

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

Parametri

cursorObj
Object
message
IBatchContainer

Restituisce

Implementazioni

Si applica a