Sets the library path for the library that will be invoked for the persistence of the region.
If the region is being created from a client on a server, or on a server directly, then
This must be used to set the PersistenceManager.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public void SetPersistenceManager( string libPath, string factoryFunctionName, Properties config ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetPersistenceManager ( _ libPath As String, _ factoryFunctionName As String, _ config As Properties _ ) |
| Visual C++ |
|---|
public: void SetPersistenceManager ( String^ libPath, String^ factoryFunctionName, Properties^ config ) |
Parameters
- libPath
- String
The path of the PersistenceManager shared library.
- factoryFunctionName
- String
The name of the factory function to create an instance of PersistenceManager object.
- config
- Properties
The configuration properties to use for the PersistenceManager.
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace