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