IOperationOps

Description

interface Tinman.Core.Threading.Operations.IOperationOps

Extended by

IOperation

Defines common operations on IOperation objects.

Public / Methods

And


[OwnerReturn] [OwnerThis]
public method And → (1)

operation in : IOperation own

The other operation. If null, this will be returned.

returns → IOperation

The resulting IOperation object.

Returns an IOperation object that simultaneously executes this operation and the given one.

Then


[OwnerReturn] [OwnerThis]
public method Then → (1)

operation in : IOperation own

The other operation. If null, this will be returned.

returns → IOperation

The resulting IOperation object.

Returns an IOperation object that executes this operation, followed by the given operation.