CacheStore ExternalSetParameter Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Sets external parameter value returning true if parameter was found and set

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool ExternalSetParameter(
	string name,
	Object value,
	params string[] groups
)

Parameters

name
Type: OnlineSystem String
value
Type: OnlineSystem Object
groups
Type:  OnlineSystem String 

Return Value

Type: OnlineBoolean

Implements

IExternallyParameterized ExternalSetParameter(String, Object,  String )
See Also