C# Class fCraft.Tasks

Show file Open project: fragmer/fCraft Class Usage Examples

Public Methods

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

Private Methods

Method Description
TaskLoop ( ) : void

Method Details

Add() public method

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

Init() public method

public Init ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

ShutDown() public method

public ShutDown ( ) : void
return void