DOFOperationgetContext Method OpenDOF Object Access Library
Get the operation context.

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

C#
public abstract Object getContext()

Return Value

Type: Object
The operation context.
Remarks

Get the operation context. The context is application specific data attached to the operation.
See Also

Reference