DOFOperationControlsetAutoExclude Method OpenDOF Object Access Library
Set whether or not providers, who have previously responded, are automatically excluded when a request made using this Control is retried.

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

C#
public void setAutoExclude(
	bool isAutoExclude
)

Parameters

isAutoExclude
Type: SystemBoolean
Whether or not providers are automatically excluded on retry. The default is true.
Remarks

Set whether or not providers, who have previously responded, are automatically excluded when a request made using this Control is retried.

NOTE: This is ignored for OAP Unicast operations (see DOFObjectID.isUnicast() , and DOFOperation.session, DOFOperation.register and DOFOperation.subscribe.

See Also

Reference