DOFObjectDefaultProvidersession Method OpenDOF Object Access Library
Called when the library generates a Session . Unless overridden, this method responds with an exception stating that session has not been implemented. For more information, see Provider.session(Provide, Session, DOFObject, DOFInterfaceID, DOFObjectID, DOFInterfaceID) .

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

C#
public virtual void session(
	DOFOperationProvide operation,
	DOFRequestSession request,
	DOFObject object_Renamed,
	DOFInterfaceID interfaceID,
	DOFObjectID sessionID,
	DOFInterfaceID sessionType
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationProvide
request
Type: org.opendof.core.oalDOFRequestSession
object_Renamed
Type: org.opendof.core.oalDOFObject
interfaceID
Type: org.opendof.core.oalDOFInterfaceID
sessionID
Type: org.opendof.core.oalDOFObjectID
sessionType
Type: org.opendof.core.oalDOFInterfaceID

Implements

DOFObjectProvidersession(DOFOperationProvide, DOFRequestSession, DOFObject, DOFInterfaceID, DOFObjectID, DOFInterfaceID)
See Also

Reference