C# Class Indiefreaks.Xna.Threading.Task

A struct which represents a single execution of an IWork instance.
Datei anzeigen Open project: Indiefreaks/igf Class Usage Examples

Private Properties

Property Type Description
DoWork void
Task System

Public Methods

Method Description
Wait ( ) : void

Waits for the task to complete.

Private Methods

Method Description
DoWork ( ) : void
Task ( WorkItem item ) : System

Method Details

Wait() public method

Waits for the task to complete.
public Wait ( ) : void
return void