Microsoft Internet Security and Acceleration Server 2000

FPCCacheDrives.Remove Method

Removes one FPCCacheDrive object from the collection.

VBScript Syntax[VBScript]

FPCCacheDrives.Remove( vIndex )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vIndex
);

Parameters

vIndex
Required. Name or one-based index of the FPCCacheDrive object to remove.

Note  When you remove a cache drive from the FPCCacheDrives collections, and have saved changes by using the Save method, the Web proxy (w3proxy) service must be restarted for your change to take effect. To stop and restart the Web proxy service use the FPCArray.SendRestartNotification method.

Applies To

FPCCacheDrives