CacheCreateAuthenticatedView Method (PropertiesString, Object) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IRegionService CreateAuthenticatedView(
Properties<string, Object> credentials
)
Public Function CreateAuthenticatedView (
credentials As Properties(Of String, Object)
) As IRegionService
public:
IRegionService^ CreateAuthenticatedView(
Properties<String^, Object^>^ credentials
)
member CreateAuthenticatedView :
credentials : Properties<string, Object> -> IRegionService
Parameters
- credentials
- Type: GemStone.GemFire.Cache.GenericPropertiesString, Object
Return Value
Type:
IRegionService
See Also