Click or drag to resize
DigitalRuneIWork Interface
Represents a piece of work which can be executed in parallel.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public interface IWork

The IWork type exposes the following members.

Methods
  NameDescription
Public methodDoWork
Executes the work.
Top
Properties
  NameDescription
Public propertyOptions
Gets the options specifying how this work may be executed.
Top
See Also