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.
HRESULT put_UnavailabilityTime( VARIANT_BOOL lTime ); HRESULT get_UnavailabilityTime( long* 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.
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.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property UnavailabilityTime As Long
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.
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.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.