DOFObjectDefaultProvidercomplete Method OpenDOF Object Access Library
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

Called when the library receives notification that an operation is complete. Unless overridden, this method does nothing. For more information, see OperationListener.complete(DOFOperation, DOFException) .
See Also

Reference