DOFConnectionConnectOperationListenercomplete Method OpenDOF Object Access Library

For the connection operation, "completes" means that the status of a connection request has completed. This is called whether or not the actual connection was established.

It would be common in implementations of complete() to request the current state of the connection. This is left to the implementation because not all implementations require that information.

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