RegionAttributesCacheListenerLibrary Property |
Returns the path of the library from which
the factory function will be invoked on a cache server.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string CacheListenerLibrary { get; }
Public ReadOnly Property CacheListenerLibrary As String
Get
public:
property String^ CacheListenerLibrary {
String^ get ();
}
member CacheListenerLibrary : string with get
Return Value
Type:
Stringthe CacheListener library path
See Also