Click or drag to resize
PoolFactorySetMultiuserAuthentication Method
Sets whether pool is in multiuser mode If its in multiuser mode then app needs to get instance of cache from pool.getCache("creds"), to do the operations on cache.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory SetMultiuserAuthentication(
	bool multiuserAuthentication
)

Parameters

multiuserAuthentication
Type: SystemBoolean

Return Value

Type: PoolFactory
See Also