PooledQueueCache.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.
Acquires the next message in the cache at the provided cursor
public bool TryGetNextMessage (object cursorObj, out Orleans.Streams.IBatchContainer message);
member this.TryGetNextMessage : obj * IBatchContainer -> bool
Public Function TryGetNextMessage (cursorObj As Object, ByRef message As IBatchContainer) As Boolean
Parameters
- cursorObj
- Object
- message
- IBatchContainer