IPile Put Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Puts a CLR object into the pile and returns a newly-allocated pointer. Throws out-of-space if there is not enough space in the pile and limits are set. Optional lifeSpanSec will auto-delete object after the interval elapses if the pile SupportsObjectExpiration and SweepExpireObjects is set to true

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

PilePointer Put(
	Object obj,
	uint lifeSpanSec = 0
)

Return Value

Type: PilePointer
See Also