Szerkesztés

Megosztás a következőn keresztül:


PooledQueueCache<TQueueMessage,TCachedMessage>.TryGetNextMessage Method

Definition

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

Returns

Applies to