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
See Also