Compartir a través de


IEvictionStrategy.OnBlockAllocated(FixedSizeBuffer) Método

Definición

Método al que se debe llamar cuando el adaptador de datos asignó un nuevo bloque

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

Parámetros

newBlock
FixedSizeBuffer

Nuevo bloque.

Se aplica a