Resonance Game
Team Walterio Fuchsbauer
 All Classes Namespaces Files Functions Variables Enumerations Properties
Resonance.ThreadRun Class Reference

List of all members.

Public Member Functions

 ThreadRun ()
void run (ItemDelegate runFunction, string info)
 Carrys out the function in another thread.
 ThreadRun ()
void run (Action runFunction, string info)
 Carrys out the function in another thread.

Properties

bool Running [get]

Constructor & Destructor Documentation


Member Function Documentation

void Resonance.ThreadRun.run ( ItemDelegate  runFunction,
string  info 
)

Carrys out the function in another thread.

Parameters:
functionToLoadFunction to run in a separate thread.
infoInformation about what is being ran

Here is the call graph for this function:

void Resonance.ThreadRun.run ( Action  runFunction,
string  info 
)

Carrys out the function in another thread.

Parameters:
functionToLoadFunction to run in a separate thread.
infoInformation about what is being ran

Here is the call graph for this function:


Property Documentation


The documentation for this class was generated from the following files: