CacheCreateAuthenticatedView Method (PropertiesString, Object, String) |
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,
string poolName
)
Public Function CreateAuthenticatedView (
credentials As Properties(Of String, Object),
poolName As String
) As IRegionService
public:
IRegionService^ CreateAuthenticatedView(
Properties<String^, Object^>^ credentials,
String^ poolName
)
member CreateAuthenticatedView :
credentials : Properties<string, Object> *
poolName : string -> IRegionService
Parameters
- credentials
- Type: GemStone.GemFire.Cache.GenericPropertiesString, Object
- poolName
- Type: SystemString
Return Value
Type:
IRegionService
See Also