Edit

Share via


IEvictionStrategy.OnBlockAllocated(FixedSizeBuffer) 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

The new block.

Applies to