IEventHubQueueCache.TryGetNextMessage(Object, IBatchContainer) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試取得所提供資料指標快取中的下一個訊息。
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