Extends DOFOperation with capabilities and data specific to a Get operation.
Inheritance Hierarchy
org.opendof.core.oalDOFOperation
OALOperation
OAPOperation
Result
org.opendof.core.oalDOFOperationGet
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract class Get : Result
The DOFOperationGet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | cancel | Cancel the operation. (Inherited from DOFOperation.) |
![]() | checkException |
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.) |
![]() | Equals | (Inherited from Object.) |
![]() | extend | Extend the operation. (Inherited from DOFOperation.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | getContext | Get the operation context. (Inherited from DOFOperation.) |
![]() | getControl | |
![]() | getException | Return an exception, if any, associated with this operation as a response.
(Inherited from DOFOperation.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getObject | |
![]() | getProperty | |
![]() | getResult | Get the result. |
![]() | getTimeRemaining | Get the operation time remaining. (Inherited from DOFOperation.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isAcknowledged | Return whether or not the operation has been acknowledged. (Inherited from DOFOperation.) |
![]() | isCancelled | (Inherited from DOFOperation.) |
![]() | isComplete | Is the operation complete. (Inherited from DOFOperation.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | retry | Retry the operation. (Inherited from DOFOperation.) |
![]() | setTimeout | Set a new timeout value for the operation. (Inherited from DOFOperation.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | waitAcknowledged |
Block the current thread until the operation is acknowledged or has
completed, or until the specified timeout expires.
(Inherited from DOFOperation.) |
![]() | waitComplete | Block the current thread until the operation has completed. (Inherited from DOFOperation.) |
![]() | waitComplete(Int32) |
Block the current thread until the operation has completed, or until the
specified timeout expires.
(Inherited from DOFOperation.) |
![]() | waitResult | Wait for the operation to become acknowledged, then return its result. |
Remarks
See Also
Reference
DOFObject.beginGet(Property, int)