ICIServerInfo Interface
The ICIServerInfo interface is used to specify and view node configuration.
Members (listed alphabetically)
-
Property NodeCount As Long
HRESULT NodeCount ([out, retval] LONG *pVal);
EFT v7.2.1 and later
Function NodeInfo(index As Long) As Object
This function returns an object of type ICIServerNodeInfo for the server of the given index
HRESULT NodeInfo([in] LONG index, [out, retval] IDispatch** pVal);
EFT v7.2.1 and later