Called when the library receives notification that an operation is complete.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual void complete( DOFOperation operation, DOFException exception )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperation
- exception
- Type: org.opendof.core.oalDOFException
Implements
DOFOperationOperationListenercomplete(DOFOperation, DOFException)Remarks
See Also