Microsoft Internet Security and Acceleration Server 2004 SDK

Threshold Property of IFPCConnectivityVerifier[C++]

FPCConnectivityVerifier.Threshold [Visual Basic]

[C++]

The Threshold property gets or sets the round-trip time threshold for the verification operations of the connectivity verifier, in milliseconds. If the threshold is exceeded, an alert will be issued if the AlertEnabled property is set to VARIANT_TRUE.

HRESULT get_Threshold(
  long* plThreshold
);

HRESULT put_Threshold(
  long lThreshold
);

Parameters

plThreshold
Pointer to a variable that receives a 32-bit integer specifying the round-trip time threshold for the verification operations of the connectivity verifier, in milliseconds.
lThreshold
A 32-bit integer that specifies the round-trip time threshold for the verification operations of the connectivity verifier, in milliseconds.

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.

[Visual Basic]

The Threshold property gets or sets the round-trip time threshold for the verification operations of the connectivity verifier, in milliseconds. If the threshold is exceeded, an alert will be issued if the AlertEnabled property is set to True.

Property Threshold As Long

Property Value

A 32-bit integer that specifies the round-trip time threshold for the verification operations of the connectivity verifier, in milliseconds.

Remarks

This property is read/write.

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

FPCConnectivityVerifier