PoolFactorySetPRSingleHopEnabled Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic PoolFactory SetPRSingleHopEnabled(
bool enabled
)
Public Function SetPRSingleHopEnabled (
enabled As Boolean
) As PoolFactory
public:
PoolFactory^ SetPRSingleHopEnabled(
bool enabled
)
member SetPRSingleHopEnabled :
enabled : bool -> PoolFactory
Parameters
- enabled
- Type: SystemBoolean
Return Value
Type:
PoolFactory
See Also