MemoryPooledCache<TSerializer>.GetBatchContainer(CachedMessage) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit un message mis en cache en conteneur de lots pour remise
public Orleans.Streams.IBatchContainer GetBatchContainer (ref Orleans.Providers.Streams.Common.CachedMessage cachedMessage);
abstract member GetBatchContainer : CachedMessage -> Orleans.Streams.IBatchContainer
override this.GetBatchContainer : CachedMessage -> Orleans.Streams.IBatchContainer
Public Function GetBatchContainer (ByRef cachedMessage As CachedMessage) As IBatchContainer
Paramètres
- cachedMessage
- CachedMessage
Message mis en cache.
Retours
Conteneur de lots.