Click or drag to resize

ClientCloudConfigSetDiscoveryToken Method

Set the discoveryToken hazelcast.cloud discoveryToken of your cluster

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public ClientCloudConfig SetDiscoveryToken(
	string discoveryToken
)

Parameters

discoveryToken
Type: SystemString
discoveryToken for hazelcast.cloud

Return Value

Type: ClientCloudConfig
configured ClientCloudConfig for chaining
See Also