Process a result.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void setResult( DOFOperationSet operation, DOFProviderInfo providerInfo, DOFException exception )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperationSet
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. - exception
- Type: org.opendof.core.oalDOFException
An exception received from the Provider, if any. May be null.
Remarks
See Also