DOFObjectSubscribeOperationListener InterfaceOpenDOF Object Access Library

Note: This API is now obsolete.

This interface is implemented by requestors to receive information from asynchronous subscribe operations.

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

C#
[ObsoleteAttribute("Replaced by Listener")]
public interface SubscribeOperationListener : DOFOperationOperationListener

The DOFObjectSubscribeOperationListener type exposes the following members.

Methods

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

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

Reference

DOFSystem.createSubscription(DOFObjectID, Property, int, Listener)