Returns the path of the library from which
the factory function will be invoked on a cache server.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public string CacheListenerLibrary{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CacheListenerLibrary As String |
| Visual C++ |
|---|
public: property String^ CacheListenerLibrary { String^ get (); } |
Return Value
the CacheListener library path
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace