This interface is implemented by requestors to receive information from asynchronous get operations.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface GetOperationListener : DOFOperationOperationListener
The DOFObjectGetOperationListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | complete | Operation completed. (Inherited from DOFOperationOperationListener.) |
![]() | getResult | Process a result. |
Remarks
See Also
Reference
DOFObject.beginGet(Property, int)