Session is complete and can be removed.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void sessionComplete( DOFOperationProvide operation, DOFRequestSession request, DOFObject object_Renamed, DOFInterfaceID interfaceID, DOFObjectID sessionID, DOFInterfaceID sessionType )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperationProvide
Information about the corresponding provide operation. This will never be null. - request
- Type: org.opendof.core.oalDOFRequestSession
Information about the request. This will never be null. - object_Renamed
- Type: org.opendof.core.oalDOFObject
The object the session was requested on. This will never be null. - interfaceID
- Type: org.opendof.core.oalDOFInterfaceID
The interfaceID the session was requested on. This will never be null. - sessionID
- Type: org.opendof.core.oalDOFObjectID
The session object identifier. This will never be null. - sessionType
- Type: org.opendof.core.oalDOFInterfaceID
The session type. This will never be null.
Remarks
See Also