Method | Description | |
---|---|---|
Clock ( ) : System | ||
Clock ( int periodMilliseconds ) : System | ||
Clock ( string name ) : System | ||
Clock ( string name, int periodMilliseconds ) : System |
Method | Description | |
---|---|---|
Process ( IMessage input, Action |
public Clock ( int periodMilliseconds ) : System | ||
periodMilliseconds | int | |
return | System |
public Clock ( string name, int periodMilliseconds ) : System | ||
name | string | |
periodMilliseconds | int | |
return | System |
protected Process ( IMessage input, Action |
||
input | IMessage | |
continueWith | Action |
|
unhandledException | Action |
|
return | void |