Edit

Share via


EventHubQueueCache<TCachedMessage>.TryGetNextMessage Method

Definition

Try to get the next message in the cache for the provided cursor.

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

Parameters

cursorObj
Object
message
IBatchContainer

Returns

Implements

Applies to