DOFObjectInvokeOperationListenerinvokeResult 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 invokeResult(
	DOFOperationInvoke operation,
	DOFProviderInfo providerInfo,
	IList<DOFValue> result,
	DOFException exception
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationInvoke
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.
result
Type: System.Collections.GenericIListDOFValue
The request result, if any. May be null if
exception
is not null. May contain nulls.
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 invoke operation.
See Also

Reference