C# Class fCraft.Tasks

Afficher le fichier Open project: fragmer/fCraft Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System.Threading.Task callback, object param, bool isPriority ) : void
Init ( ) : void
Restart ( ) : void
ShutDown ( ) : void

Private Methods

Méthode Description
TaskLoop ( ) : void

Method Details

Add() public méthode

public Add ( System.Threading.Task callback, object param, bool isPriority ) : void
callback System.Threading.Task
param object
isPriority bool
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

ShutDown() public méthode

public ShutDown ( ) : void
Résultat void