ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.StopCluster Method

Stop machines participating this cluster.

[Visual Basic .NET]
Public Sub StopCluster ( _
    ByVal bstrClusterName As String _
)
[C#]
public void StopCluster (
    string bstrClusterName
);
[C++]
HRESULT StopCluster(
  BSTR bstrClusterName
);
[C++]

Parameters

bstrClusterName [in]   bstrClusterName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDiscoveryServerObjectAdmin Interface