C# Class EKG_Project.Architecture.ProcessingStates.Idle
Mostrar archivo
Open project: Nefarin/DadmProject
Class Usage Examples
Public Methods
Method |
Description |
|
Idle ( int sleepTime ) : System.Threading |
|
|
Process ( Processing process, IProcessingState &timeoutState ) : void |
|
|
Method Details
public Idle ( int sleepTime ) : System.Threading |
sleepTime |
int |
|
return |
System.Threading |
|
public Process ( Processing process, IProcessingState &timeoutState ) : void |
process |
Processing |
|
timeoutState |
IProcessingState |
|
return |
void |
|