Overload List
| Name | Description | |
|---|---|---|
| SetCacheListener(ICacheListener) |
Sets the CacheListener for the RegionAttributes being created.
@cacheserver
If the member-type for this process is MemberType.Server,
then the ICacheListener must be set through SetCacheListener
providing the library path and factory function name.
@endcacheserver
| |
| SetCacheListener(String, String) |
Sets the library path for the library that will be invoked for the listener of the region.
@cacheserver
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 ICacheListener or the native C++ CacheListener.
@endcacheserver
|