DOFSystemActivateInterestListenercancelActivate Method OpenDOF Object Access Library
This method is called when DOFInterestLevel.ACTIVATE -level interest (and higher) is complete (no longer desired) for an interface on an object. The provider should stop providing the binding if there is no other ACTIVATE-level interest remaining. Call DOFObject.isInterestRequested(DOFInterfaceID, DOFInterestLevel) to determine if any interest remains on this binding.

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

C#
void cancelActivate(
	DOFSystem system,
	DOFRequest request,
	DOFObjectID objectID,
	DOFInterfaceID interfaceID
)

Parameters

system
Type: org.opendof.core.oalDOFSystem
The system where this listener was added. This will never be null.
request
Type: org.opendof.core.oalDOFRequest
Request information. This will never be null.
objectID
Type: org.opendof.core.oalDOFObjectID
Identifies the object to complete interest on. If DOFObjectID.BROADCAST, then complete interest for the specified interfaceID for any/all objects. This will never be null.
interfaceID
Type: org.opendof.core.oalDOFInterfaceID
Identifies the interface to complete interest for. If DOFInterfaceID.WILDCARD, then complete interest for all possible interfaces
See Also

Reference