OpenDOF Project
boolean DOFOperationControl_SetAutoExclude ( DOFOperationControl  self,
boolean  isAutoExclude 
)

Set whether or not a multicast or broadcast operation should automatically handle exclusion of providers.

When enabled, responders to the request are automatically told to no longer respond to the operation, in order to cut down on traffic. There is no guarantee that a responder will not respond again; it is simply a hint to allow traffic reduction on the network. By default, auto-exclusion is enabled.

Auto-exclusion does not apply to unicast operations, nor to any Subscribe, Register, or Session operation.

Parameters
selfThe operationControl. This must not be NULL.
isAutoExcludeEither non-zero (TRUE) to set automatic exclusion, or zero (FALSE) to disable automatic exclusion.
Returns
TRUE if auto exclude was set, FALSE otherwise.
See Also
DOFOperationControl_IsAutoExclude
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22