ICacheDataAdapter.GetBatchContainer(CachedMessage) 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.
Converts a cached message to a batch container for delivery
public Orleans.Streams.IBatchContainer GetBatchContainer (ref Orleans.Providers.Streams.Common.CachedMessage cachedMessage);
abstract member GetBatchContainer : CachedMessage -> Orleans.Streams.IBatchContainer
Public Function GetBatchContainer (ByRef cachedMessage As CachedMessage) As IBatchContainer
Parameters
- cachedMessage
- CachedMessage
The cached message.
Returns
The batch container.