This interface is implemented by requestors to receive asynchronous session completion for session requests.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface SessionOperationListener : DOFOperationOperationListener
The DOFObjectSessionOperationListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | complete |
For the session operation, it means that the session is closing (unless extended).
NOTE: If the primary provider changes during the lifetime of the operation, and the
Control
response level
includes exceptions, then this method will be passed a
DOFErrorException.TERMINATED
exception, which ends the session.
|
![]() | sessionOpen | Process a result. |
Remarks
See Also
Reference
DOFObject.Provider#beginSession