This interface is implemented by providers to provide Properties, Methods, Events, etc.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface Provider : DOFOperationOperationListener
The DOFObjectProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | complete | Operation completed. (Inherited from DOFOperationOperationListener.) |
![]() | get | Process a get request. |
![]() | invoke | Process an invoke request. |
![]() | register | Process a register request. |
![]() | registerComplete | Called when an event handler is unregistered. |
![]() | session | A new session is requested. |
![]() | sessionComplete | Session is complete and can be removed. |
![]() | set | Process a set request. |
![]() | subscribe | Process a subscribe request. |
![]() | subscribeComplete |
Called when a property subscription is complete (it is unsubscribed
from).
|
Remarks
See Also