Click or drag to resize
CacheCreateAuthenticatedView Method (Properties, String)
Returns the instance of IRegionService to do the operation on Cache with different Credential.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IRegionService CreateAuthenticatedView(
	Properties credentials,
	string poolName
)

Parameters

credentials
Type: GemStone.GemFire.CacheProperties
the user Credentials.
poolName
Type: SystemString
Pool, which is in multiuser mode.

Return Value

Type: IRegionService
Instance of IRegionService
Remarks
Deafault pool should be in multiuser mode [!:CacheFactory.SetMultiuserAuthentication]
See Also