Returns a persister on a space for receiving persistence actions
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
Persister Persister { set; } |
Visual Basic |
---|
WriteOnly Property Persister As Persister
Set |
Visual C++ |
---|
property Persister^ Persister {
void set (Persister^ value);
} |
F# |
---|
abstract Persister : Persister with set
|
Property Value
Type:
PersisterThe callback Persister implementation which needs to be registered
See Also