DOFOperationisAcknowledged Method OpenDOF Object Access Library
Return whether or not the operation has been acknowledged.

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

C#
public abstract bool isAcknowledged()

Return Value

Type: Boolean
Whether or not the operation is acknowledged.
Remarks

Return whether or not the operation has been acknowledged. An operation is acknowledged when the first response is received.

NOTE: If the response should call an OperationListener -derivative method, it is guaranteed to be called (at least once) before the operation's state is set to acknowledged.

NOTE: Some operations never receive any responses, so they are never acknowledged. Examples: beginProvide, beginInterest, and beginQuery.

See Also

Reference