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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic PoolFactory SetMultiuserAuthentication(
bool multiuserAuthentication
)
Public Function SetMultiuserAuthentication (
multiuserAuthentication As Boolean
) As PoolFactory
public:
PoolFactory^ SetMultiuserAuthentication(
bool multiuserAuthentication
)
member SetMultiuserAuthentication :
multiuserAuthentication : bool -> PoolFactory
Parameters
- multiuserAuthentication
- Type: SystemBoolean
Return Value
Type:
PoolFactory
See Also