DOFObjectisInterestRequested Method OpenDOF Object Access Library
Used by a Provider to determine if interest currently requested for the specified interface.

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

C#
public bool isInterestRequested(
	DOFInterfaceID interfaceID,
	DOFInterestLevel level
)

Parameters

interfaceID
Type: org.opendof.core.oalDOFInterfaceID
The interface identifier. This may be null meaning any. The Wildcard ID only matches interest where the Wildcard ID was used to express interest.
level
Type: org.opendof.core.oalDOFInterestLevel
The level of interest. Current interest at or above the specified level will give an affirmative result.

Return Value

Type: Boolean
True if there is a known interest operation for the specified level of interest and binding. False otherwise.
Remarks

Used by a Provider to determine if interest currently requested for the specified interface.
See Also

Reference