Click or drag to resize
IWork Interface

[This is preliminary documentation and is subject to change.]

An interface for a piece of work which can be executed by ParallelTasks.

Namespace: ParallelTasks
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public interface IWork

The IWork type exposes the following members.

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