C# Class Indiefreaks.Xna.Threading.Task

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

Private Properties

Свойство Type Description
DoWork void
Task System

Méthodes publiques

Méthode Description
Wait ( ) : void

Waits for the task to complete.

Private Methods

Méthode Description
DoWork ( ) : void
Task ( WorkItem item ) : System

Method Details

Wait() public méthode

Waits for the task to complete.
public Wait ( ) : void
Résultat void