Share via


CM_CONFIG_OPTION (Compact 7)

3/12/2014

This enumeration provides a choice of applying a new configuration immediately or opportunistically.

Syntax

typedef enum CM_CONFIG_OPTION {
CMCO_IMMEDIATE_APPLY,
CMCO_NON_IMMEDIATE_APPLY,
CMCO_LAST
} CM_CONFIG_OPTION;

Element Definitions

  • CMCO_IMMEDIATE_APPLY
    Apply the new configuration immediately.
  • CMCO_NON_IMMEDIATE_APPLY
    Causes the new configuration to be applied opportunistically.
  • CMCO_LAST
    The last value.

Remarks

When the configuration is applied immediately it may affect the state of the connection or policy target in ways that are hard to predict.

When the configuration is applied opportunistically, the system attempts to apply the configuration in a predictable way, but this is not assured.

Requirements

Header

cmnet.h

Library

cmnet.lib

See Also

Reference

Connection Manager Connection Configuration Enumerations