DistributedSystemConnect Method (String, PropertiesString, String) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static DistributedSystem Connect(
string name,
Properties<string, string> config
)
Public Shared Function Connect (
name As String,
config As Properties(Of String, String)
) As DistributedSystem
public:
static DistributedSystem^ Connect(
String^ name,
Properties<String^, String^>^ config
)
static member Connect :
name : string *
config : Properties<string, string> -> DistributedSystem
Parameters
- name
- Type: SystemString
- config
- Type: GemStone.GemFire.Cache.GenericPropertiesString, String
Return Value
Type:
DistributedSystem
See Also