| IWork Interface |
Represents a piece of work which can be executed in parallel.
Namespace: DigitalRune.ThreadingAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public interface class IWork
type IWork = interface end
The IWork type exposes the following members.
Methods Properties
| Name | Description |
---|
| Options |
Gets the options specifying how this work may be executed.
|
TopSee Also