DOFObjectSessionOperationListenercomplete Method OpenDOF Object Access Library

For the session operation, it means that the session is closing (unless extended).

NOTE: If the primary provider changes during the lifetime of the operation, and the Control response level includes exceptions, then this method will be passed a DOFErrorException.TERMINATED exception, which ends the session.

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

C#
void complete(
	DOFOperation operation,
	DOFException exception
)

Parameters

operation
Type: org.opendof.core.oalDOFOperation
exception
Type: org.opendof.core.oalDOFException

Implements

DOFOperationOperationListenercomplete(DOFOperation, DOFException)
See Also

Reference