Sets a gemfire property that will be used when creating the ClientCache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheFactory Set(
string name,
string value
)
Public Function Set (
name As String,
value As String
) As CacheFactory
public:
CacheFactory^ Set(
String^ name,
String^ value
)
member Set :
name : string *
value : string -> CacheFactory
Parameters
- name
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
CacheFactory
a instance of
CacheFactory
See Also