DOFObjectProvidersubscribeComplete Method OpenDOF Object Access Library
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

Called when a property subscription is complete (it is unsubscribed from). This is purely informational. No action is required by the provider.
See Also

Reference