Called when a property subscription is complete (it is unsubscribed
from).
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void subscribeComplete( DOFOperationProvide operation, DOFRequestSubscribe request, DOFInterfaceProperty property )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperationProvide
Information about the corresponding provide operation. This will never be null. - request
- Type: org.opendof.core.oalDOFRequestSubscribe
Information about the subscribe request. This will never be null. - property
- Type: org.opendof.core.oalDOFInterfaceProperty
The property being unsubscribed from. This will never be null.
Remarks
See Also