Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The QuarantineTimeout property gets or sets the time, in seconds, that a connection can remain in the restricted state before disconnecting.
This property is read/write.
Syntax
HRESULT put_QuarantineTimeout(
long lQuarantineTimeout
);
HRESULT get_QuarantineTimeout(
long *plQuarantineTimeout
);
' Data type: Long
Property QuarantineTimeout( _
ByVal lQuarantineTimeout As long, _
ByVal plQuarantineTimeout As long _
) 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.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. The default time-out period is 0, and its range of permissible values is from 0 through 86,400 seconds (24 hours).
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010