The FpcSessionMonitorEvent enumerated type contains values that specify events generated by monitored sessions.
typedef enum FpcSessionMonitorEvent { fpcSessionFound
A session was found.
= 0, fpcSessionAllFound
All sessions were found.
= 1, fpcSessionCreated
A session was created.
= 2, fpcSessionDisconnected
A session was disconnected.
= 3, fpcSessionDisconnectedAll
All sessions were disconnected.
= 4, fpcSessionNetworkChanged
A client IP was moved to a different network. This occurs when a session moves from a quarantined VPN network to a VPN network that is not quarantined.
= 5, fpcSessionConnectionRestored
A session connection was restored.
= 6, fpcSessionFilteredOut
A session was filtered out.
= 7 } FpcSessionMonitorEvent;
A session was found.
All sessions were found.
A session was created.
A session was disconnected.
All sessions were disconnected.
A client IP was moved to a different network. This occurs when a session moves from a quarantined VPN network to a VPN network that is not quarantined.
A session connection was restored.
A session was filtered out.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.