DOFOperationControladdProviderExclusion Method OpenDOF Object Access Library
Add a variable number of providers to the list of providers who should not respond to requests made using this Control.

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

C#
public void addProviderExclusion(
	params DOFObjectID[] providers
)

Parameters

providers
Type: org.opendof.core.oalDOFObjectID
The providers that should not respond to request.
Remarks

Add a variable number of providers to the list of providers who should not respond to requests made using this Control.
See Also

Reference