Remove registered server machines to a cluster.
[Visual Basic .NET] Public Sub RemoveMachinesFromCluster ( _ ByVal bstrClusterName As String, _ ByVal pMachineNames As IEnumBSTR _ )
[C#] public void RemoveMachinesFromCluster ( string bstrClusterName, IEnumBSTR pMachineNames );
[C++]
HRESULT RemoveMachinesFromCluster(
BSTR bstrClusterName,
IEnumBSTR* pMachineNames
);
[C++]Parameters
bstrClusterName [in] bstrClusterName is a parameter of type BSTR pMachineNames [in]pMachineNames is a parameter of type IEnumBSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.