DOFConnectionConnectOperationListener InterfaceOpenDOF Object Access Library
This interface is used for the completion notification for asynchronous connect requests.

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

C#
public interface ConnectOperationListener : DOFOperationOperationListener

The DOFConnectionConnectOperationListener type exposes the following members.

Methods

  NameDescription
Public methodcomplete

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.

Top
Remarks

This interface is used for the completion notification for asynchronous connect requests.
See Also

Reference