ComponentHangMonitorInfo structure (comsvcs.h)

Represents the hang monitoring configuration for a COM+ component.

Syntax

typedef struct _ComponentHangMonitorInfo {
  BOOL  IsMonitored;
  BOOL  TerminateOnHang;
  ULONG AvgCallThresholdInMs;
} ComponentHangMonitorInfo;

Members

IsMonitored

Indicates whether the component is configured for hang monitoring.

TerminateOnHang

Indicates whether the hang monitoring configuration for the component specifies the process will be terminated on a hang. This member is meaningful only if IsMonitored is TRUE.

AvgCallThresholdInMs

The average call response time threshold configured for the component. This member is meaningful only if IsMonitored is TRUE.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Header comsvcs.h

See also

IGetAppTrackerData