DOFObjectDefaultProviderget Method OpenDOF Object Access Library
Called when the library generates a Get . Also called after the subscribe(Provide, Subscribe, Property, int) method returns when the library generates a Subscribe . Unless overridden, this method responds with an exception stating that get has not been implemented. For more information, see 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 get(
	DOFOperationProvide operation,
	DOFRequestGet request,
	DOFInterfaceProperty property
)

Parameters

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

Implements

DOFObjectProviderget(DOFOperationProvide, DOFRequestGet, DOFInterfaceProperty)
See Also

Reference