Share via


FpcSessionMonitorEvent Enumeration

The FpcSessionMonitorEvent enumerated type contains values that specify events generated by monitored sessions.

Syntax

typedef enum FpcSessionMonitorEvent {
  fpcSessionFound                = 0,
  fpcSessionAllFound             = 1,
  fpcSessionCreated              = 2,
  fpcSessionDisconnected         = 3,
  fpcSessionDisconnectedAll      = 4,
  fpcSessionNetworkChanged       = 5,
  fpcSessionConnectionRestored   = 6,
  fpcSessionFilteredOut          = 7
} FpcSessionMonitorEvent;

Constants

  • fpcSessionFound
    A session was found.

  • fpcSessionAllFound
    All sessions were found.

  • fpcSessionCreated
    A session was created.

  • fpcSessionDisconnected
    A session was disconnected.

  • fpcSessionDisconnectedAll
    All sessions were disconnected.

  • 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.

  • fpcSessionConnectionRestored
    A session connection was restored.

  • fpcSessionFilteredOut
    A session was filtered out.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010