DOFOperationControlisAutoExclude Method OpenDOF Object Access Library
Is the operation auto exclude?

NOTE: This is ignored for OAP Unicast operations (see DOFObjectID.isUnicast() , and DOFOperation.Session, DOFOperation.Register and DOFOperation.Subscribe.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public bool isAutoExclude()

Return Value

Type: Boolean
True if the operation is auto exclude. False otherwise. The default is true.
See Also

Reference