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