IFPCEELogContent::AreAllServersUp method
Applies to: desktop apps only
The AreAllServersUp method returns a Boolean value that indicates whether there is connectivity to all servers in the array.
Syntax
HRESULT AreAllServersUp(
[out] VARIANT_BOOL *pfAllServersUp
);
FPCLogContent.AreAllServersUp( _
ByRef pfAllServersUp As VARIANT_BOOL _
) As Boolean
Parameters
- pfAllServersUp [out]
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if there is connectivity to all servers in the array, or to VARIANT_FALSE if there is a lack of connectivity to any server in the array.
Return value
C++
This method returns S_OK if the call is successful; otherwise, it returns an error code.
VB
Boolean value that is set to True if there is connectivity to all servers in the array, or to False if there is a lack of connectivity to any server in the array.
Remarks
This method is applicable only when two or more Forefront TMG computers are joined to the array.
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