DOFObjectGetOperationListenergetResult Method OpenDOF Object Access Library
Process a result.

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

C#
void getResult(
	DOFOperationGet operation,
	DOFProviderInfo providerInfo,
	DOFValue value,
	DOFException exception
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationGet
Information about the operation. This will never be null.
providerInfo
Type: org.opendof.core.oalDOFProviderInfo
Information about the provider of the result. This will never be null.
value
Type: org.opendof.core.oalDOFValue
The retrieved property value, if any. May be null.
exception
Type: org.opendof.core.oalDOFException
An exception received from the Provider, if any. May be null.
Remarks

Process a result. This method is called when results are available from an asynchronous get operation.
See Also

Reference