Microsoft Internet Security and Acceleration Server 2004 SDK

QuarantineTimeout Property of IFPCVpnQuarantineSettings[C++]

FPCVpnQuarantineSettings.QuarantineTimeout [Visual Basic]

[C++]

The QuarantineTimeout property gets or sets the time, in seconds, that a connection can remain in the restricted state before disconnecting.

HRESULT get_QuarantineTimeout(
  long* plQuarantineTimeout
);

HRESULT put_QuarantineTimeout(
  long lQuarantineTimeout
);

Parameters

plQuarantineTimeout
Pointer to a variable that on return receives a 32-bit integer specifying the time, in seconds, that a connection can remain in the restricted state before disconnecting.
lQuarantineTimeout
A 32-bit integer that specifies the time, in seconds, that a connection can remain in the restricted state before disconnecting.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is 0.

[Visual Basic]

The QuarantineTimeout property gets or sets the time, in seconds, that a connection can remain in the restricted state before disconnecting.

Property QuarantineTimeout As Long

Property Value

A 32-bit integer that specifies the time, in seconds, that a connection can remain in the restricted state before disconnecting.

Remarks

This property is read/write. Its default value is 0.

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

FPCVpnQuarantineSettings