DOFObjectDefaultProvidersubscribe Method OpenDOF Object Access Library
Called when the library generates a Subscribe . Unless overridden, this method does nothing other than call Subscribe.respond() , which then triggers the get(Provide, Get, Property) method. For more information, see Provider.subscribe(Provide, Subscribe, Property, int) and Provider.get(Provide, Get, Property) .

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

C#
public virtual void subscribe(
	DOFOperationProvide operation,
	DOFRequestSubscribe request,
	DOFInterfaceProperty property,
	int minPeriod
)

Parameters

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

Implements

DOFObjectProvidersubscribe(DOFOperationProvide, DOFRequestSubscribe, DOFInterfaceProperty, Int32)
See Also

Reference