LocalCache Pile Property NFX Class Library

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

Gets/sets a pile instance that this cache is using. Can set on an inactive only. If the target pile is directed by this service then it will start/stop the pile, otherwise the pile has to be managed externally

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

public IPileImplementation Pile { get; set; }

Property Value

Type: IPileImplementation
See Also