DOFOperationOperationListener InterfaceOpenDOF Object Access Library
Base interface for listening to operations.

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

C#
public interface OperationListener

The DOFOperationOperationListener type exposes the following members.

Methods

  NameDescription
Public methodcomplete
Operation completed.
Top
Remarks

Base interface for listening to operations. Used by Requestors to monitor asynchronous requests.
See Also

Reference