共用方式為


IEvictionStrategy.OnBlockAllocated(FixedSizeBuffer) 方法

定義

資料配接器配置新區塊時應該呼叫的方法

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

參數

newBlock
FixedSizeBuffer

新的 區塊。

適用於