Edit

Share via


IEventHubQueueCache.TryGetNextMessage(Object, IBatchContainer) 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
Public Function TryGetNextMessage (cursorObj As Object, ByRef message As IBatchContainer) As Boolean

Parameters

cursorObj
Object
message
IBatchContainer

Returns

Applies to