Constructor.
Namespace: GemStone.GemFire.Cache
- Sets the default (hard-coded) values.
- Overwrites those with any values from systemDefault/gfcpp.properties
- Overwrites those with any values from the given file (if it exists) or the local ./gfcpp.properties (if the given file does not exist).
- Overwrites those with any values found in the given properties.
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public SystemProperties( Properties properties, string configFile ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ properties As Properties, _ configFile As String _ ) |
| Visual C++ |
|---|
public: SystemProperties ( Properties^ properties, String^ configFile ) |
Parameters
- properties
- Properties
these overwrite any other values already set
- configFile
- String
see summary
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace