IEventHubQueueCache.TryGetNextMessage(Object, IBatchContainer) 方法

定义

尝试获取提供的游标缓存中的下一条消息。

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

参数

cursorObj
Object
message
IBatchContainer

返回

适用于