PoolManagerFind Method (RegionObject, Object) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static Pool Find(
Region<Object, Object> region
)
Public Shared Function Find (
region As Region(Of Object, Object)
) As Pool
public:
static Pool^ Find(
Region<Object^, Object^>^ region
)
static member Find :
region : Region<Object, Object> -> Pool
Parameters
- region
- Type: GemStone.GemFire.Cache.GenericRegionObject, Object
Return Value
Type:
Pool
See Also