Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCArrays::Disconnect[C++]

FPCArrays.Disconnect [Visual Basic]

[C++]

The Disconnect method disconnects from the specified array.

HRESULT Disconnect(
  FPCArray pItem
);

Parameters

pItem
[in] Required. Pointer to an IFPCArray interface that represents the array from which to disconnect.

Return Values

The method can return one of the following:

Remarks

This method cannot be used to disconnect an ISA Server computer from its containing array.

[Visual Basic]

The Disconnect method disconnects from the specified array.

Sub Disconnect( _
  ByVal pItem As IFPCArray _
)

Parameters

pItem
[in] Required. Reference to an FPCArray object that represents the array from which to disconnect.

Return Values

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler. In particular, an E_DISCONNECT_CONTAINING_ARRAY error is raised when an attempt is made to disconnect an ISA Server computer from its containing array.

Remarks

This method cannot be used to disconnect an ISA Server computer from its containing array.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCArrays