UnavailabilityTime Property of the IFPCRadiusServers Interface

The UnavailabilityTime property gets or sets the time, in minutes, during which a RADIUS server that failed to respond to retried requests will remain unavailable for subsequent requests.

[C++]
HRESULT put_UnavailabilityTime(
	VARIANT_BOOL lTime
);
HRESULT get_UnavailabilityTime(
	long* plTime
);

Parameters

plTime

Pointer to a variable that on return receives a 32-bit integer specifying the time, in minutes, during which a RADIUS server that failed to respond to retried requests will remain unavailable for subsequent requests.

lTime

A 32-bit integer value that specifies the time, in minutes, during which a RADIUS server that failed to respond to retried requests will remain unavailable for subsequent requests.

Return Value

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

[Visual Basic]
Property UnavailabilityTime As Long

Property Value

A 32-bit integer that specifies the time, in minutes, during which a RADIUS server that failed to respond to retried requests will remain unavailable for subsequent requests.

Remarks

This property is read/write. Its default value is 2 minutes.

This property is only used by application filters that call the IFWXRadiusAuthenticator::AuthenticateRadiusUser method to request RADIUS authentication. Specifically, the Forefront TMG Web proxy, which is implemented as an application filter, uses this method to request RADIUS authentication of its clients, and the availability of RADIUS servers for authentication is therefore affected by the value of this property. Conversely, this property does not influence the availability of RADIUS accounting and authentication for VPN clients.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCRadiusServers


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.