DistributedSystemConnect Method (String, Properties) |
Initializes the Native Client system to be able to connect to the
GemFire Java servers.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static DistributedSystem Connect(
string name,
Properties config
)
Public Shared Function Connect (
name As String,
config As Properties
) As DistributedSystem
public:
static DistributedSystem^ Connect(
String^ name,
Properties^ config
)
static member Connect :
name : string *
config : Properties -> DistributedSystem
Parameters
- name
- Type: SystemString
the name of the system to connect to - config
- Type: GemStone.GemFire.CacheProperties
the set of properties
Return Value
Type:
DistributedSystem
Exceptions
See Also