DOFOperationInvokegetResult Method OpenDOF Object Access Library
Get the result.

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

C#
public abstract DOFResult<IList<DOFValue>> getResult()

Return Value

Type: DOFResultIListDOFValue
the result.
Exceptions

ExceptionCondition
DOFErrorException if an exception occurs other than the provider throwing a Exception .
DOFProviderException if the provider threw a Exception rather than returning a result.
DOFErrorException
DOFProviderException
Remarks

Get the result.

NOTE: This call is only valid once the operation is complete.

NOTE: For multicast operations, this returns the first result only. Implement InvokeOperationListener to get multiple results.

See Also

Reference