Returns a persister on a space for receiving persistence actions

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
Persister Persister { set; }
Visual Basic
WriteOnly Property Persister As Persister
	Set
Visual C++
property Persister^ Persister {
	void set (Persister^ value);
}

Field Value

The callback Persister implementation which needs to be registered

See Also