DOFObjectDefaultProvidersubscribeComplete Method OpenDOF Object Access Library
Called when a provider receives notification that a subscribe operation is complete.

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

C#
public virtual void subscribeComplete(
	DOFOperationProvide operation,
	DOFRequestSubscribe request,
	DOFInterfaceProperty property
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationProvide
request
Type: org.opendof.core.oalDOFRequestSubscribe
property
Type: org.opendof.core.oalDOFInterfaceProperty

Implements

DOFObjectProvidersubscribeComplete(DOFOperationProvide, DOFRequestSubscribe, DOFInterfaceProperty)
Remarks

Called when a provider receives notification that a subscribe operation is complete. Unless overridden, this method does nothing. For more information, see Provider.subscribeComplete(Provide, Subscribe, Property) .
See Also

Reference