IEventHubQueueCache.TryGetNextMessage(Object, IBatchContainer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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