Defines common operations on IOperation objects.
interface
|
IOperationOps
|
base of
|
IOperation
|
Returns an IOperation object that simultaneously executes this operation and the given one.
[OwnerReturn, OwnerThis]
|
||||
method
|
And
([Owner]
IOperation operation)
|
|||
type
|
IOperation
|
|||
params
|
operation
|
[not-null]
|
The other operation. | |
returns
|
|
The resulting IOperation object. |
Returns an IOperation object that executes this operation, followed by the given operation.
[OwnerReturn, OwnerThis]
|
||||
method
|
Then
([Owner]
IOperation operation)
|
|||
type
|
IOperation
|
|||
params
|
operation
|
[not-null]
|
The other operation. | |
returns
|
|
The resulting IOperation object. |