Edit

Share via


IEvictionStrategy<TCachedMessage>.OnBlockAllocated Method

Definition

Method which should be called when data adapter allocated a new block

public void OnBlockAllocated (Orleans.Providers.Streams.Common.FixedSizeBuffer newBlock);
abstract member OnBlockAllocated : Orleans.Providers.Streams.Common.FixedSizeBuffer -> unit
Public Sub OnBlockAllocated (newBlock As FixedSizeBuffer)

Parameters

newBlock
FixedSizeBuffer

Applies to