Microsoft Internet Security and Acceleration Server 2000

Using the Restore Method

The Restore method restores the settings stored in a file to the array, overwriting the array's previous settings.

The following example uses the Restore method to restore the current array settings from the file "backup file":

Example

Dim objFPC As New FPCLib.FPC
Dim objFPCArray As FPCArray
Set objFPCArray = objFPC.Arrays.GetContainingArray
objFPCArray.Restore "backup file"

See Also

Using the Backup Method