Click or drag to resize

SolidFireElementTestConnectEnsembleAsync Method (CancellationToken, String)

The TestConnectEnsemble API method enables you to verify connectivity with a specified database ensemble. By default, it uses the ensemble for the cluster that the node is associated with. Alternatively, you can provide a different ensemble to test connectivity with. Note: This method is available only through the per-node API endpoint 5.0 or later.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<TestConnectEnsembleResult> TestConnectEnsembleAsync(
	CancellationToken cancellationToken,
	string Ensemble = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Ensemble (Optional)
Type: SystemString

Return Value

Type: TaskTestConnectEnsembleResult

Implements

ISolidFireElementTestConnectEnsembleAsync(CancellationToken, String)
See Also