共用方式為


ChronologicalEvictionStrategy<TCachedMessage>.OnBlockAllocated 方法

定義

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

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

參數

newBlock
FixedSizeBuffer

實作

適用於