Used by a Requestor to get the definition of an interface.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFInterface define( DOFInterfaceID interfaceID, DOFOperationControl control, int timeout )
Parameters
- interfaceID
- Type: org.opendof.core.oalDOFInterfaceID
The interface identifier for the interface. This must not be null. - control
- Type: org.opendof.core.oalDOFOperationControl
The control to use for the request. - timeout
- Type: SystemInt32
How long to wait in milliseconds. Must be >= 0.
Return Value
Type: DOFInterfaceThe interface.
Exceptions
Exception | Condition |
---|---|
DOFException | If the interface cannot be retrieved within the timeout specified or other errors occur. |
DOFException |
Remarks
See Also