DOFObjectInvokeOperationListener InterfaceOpenDOF Object Access Library
This interface is implemented by requestors to receive information from asynchronous invoke operations.

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

C#
public interface InvokeOperationListener : DOFOperationOperationListener

The DOFObjectInvokeOperationListener type exposes the following members.

Methods

  NameDescription
Public methodcomplete
Operation completed.
(Inherited from DOFOperationOperationListener.)
Public methodinvokeResult
Process a result.
Top
Remarks

This interface is implemented by requestors to receive information from asynchronous invoke operations.
See Also

Reference

DOFObject.beginInvoke(Method, int, DOFValue[])