DOFOperationDefine ClassOpenDOF Object Access Library
Extends DOFOperation with capabilities and data specific to a Define operation.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFOperation
    OALOperation
      OAPOperation
        org.opendof.core.oalDOFOperationDefine

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

C#
public abstract class Define : OAPOperation

The DOFOperationDefine type exposes the following members.

Methods

  NameDescription
Public methodcancel
Cancel the operation.
(Inherited from DOFOperation.)
Public methodcheckException
If this operation has resulted in any exception(s), checkException() will throw the first exception (since multiple exceptions are possible for some operations), otherwise, it will return immediately.
(Inherited from DOFOperation.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodextend
Extend the operation.
(Inherited from DOFOperation.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetContext
Get the operation context.
(Inherited from DOFOperation.)
Public methodgetControl
Public methodgetException
Return an exception, if any, associated with this operation as a response.
(Inherited from DOFOperation.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetInterfaceID
Return the interface identifier associated with the request.
Public methodgetObject
Public methodgetTimeRemaining
Get the operation time remaining.
(Inherited from DOFOperation.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisAcknowledged
Return whether or not the operation has been acknowledged.
(Inherited from DOFOperation.)
Public methodisCancelled (Inherited from DOFOperation.)
Public methodisComplete
Is the operation complete.
(Inherited from DOFOperation.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodretry
Retry the operation.
(Inherited from DOFOperation.)
Public methodsetTimeout
Set a new timeout value for the operation.
(Inherited from DOFOperation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodwaitAcknowledged
Block the current thread until the operation is acknowledged or has completed, or until the specified timeout expires.
(Inherited from DOFOperation.)
Public methodwaitComplete
Block the current thread until the operation has completed.
(Inherited from DOFOperation.)
Public methodwaitComplete(Int32)
Block the current thread until the operation has completed, or until the specified timeout expires.
(Inherited from DOFOperation.)
Public methodwaitInterface
Wait for the operation to complete, then return the interface definition.
Top
Remarks

Extends DOFOperation with capabilities and data specific to a Define operation.
See Also

Reference

DOFObject.beginDefine(DOFInterfaceID, int, DefineOperationListener, object)