Called when an Object has been removed that the query's interest
has been expressed for.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void providerRemoved( DOFOperationQuery operation, DOFObjectID objectID )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperationQuery
The query operation. This will never be null. - objectID
- Type: org.opendof.core.oalDOFObjectID
The object ID of the object that was removed. This will never be null.
Remarks
See Also