OnBlockAllocated(FixedSizeBuffer)
abstract
public abstract void OnBlockAllocated(FixedSizeBuffer newBlock) Method which should be called when data adapter allocated a new block
Parameters
newBlockFixedSizeBuffer- The new block.
public abstract void OnBlockAllocated(FixedSizeBuffer newBlock)newBlockFixedSizeBufferpublic abstract void PerformPurge(DateTime utcNow)utcNowDateTime