DOFObjectSessionOperationListener InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methodcomplete

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.

Public methodsessionOpen
Process a result.
Top
Remarks

This interface is implemented by requestors to receive asynchronous session completion for session requests.
See Also

Reference

DOFObject.Provider#beginSession