| ClientCloudConfigSetDiscoveryToken Method |
Set the discoveryToken hazelcast.cloud discoveryToken of your cluster
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public ClientCloudConfig SetDiscoveryToken(
string discoveryToken
)
Public Function SetDiscoveryToken (
discoveryToken As String
) As ClientCloudConfig
public:
ClientCloudConfig^ SetDiscoveryToken(
String^ discoveryToken
)
member SetDiscoveryToken :
discoveryToken : string -> ClientCloudConfig
Parameters
- discoveryToken
- Type: SystemString
discoveryToken for hazelcast.cloud
Return Value
Type:
ClientCloudConfigconfigured
ClientCloudConfig for chaining
See Also