Method | Description | |
---|---|---|
Run ( Manos.ManosApp app ) : void |
Causes the action specified in the constructor to be executed. Infrastructure.
|
|
ShouldContinueToRepeat ( ) : bool |
Inidicates that the IOLoop should retain this timeout, because it will be run again at some point in the future. Infrastructure.
|
|
Stop ( ) : void |
Stop the current timeout from further execution. Once a timeout is stopped it can not be restarted
|
|
Timeout ( System.TimeSpan span, IRepeatBehavior repeat, object data, TimeoutCallback callback ) : System | ||
Timeout ( System.TimeSpan begin, System.TimeSpan span, IRepeatBehavior repeat, object data, TimeoutCallback callback ) : System |
public Run ( Manos.ManosApp app ) : void | ||
app | Manos.ManosApp |
/// A |
return | void |
public Timeout ( System.TimeSpan span, IRepeatBehavior repeat, object data, TimeoutCallback callback ) : System | ||
span | System.TimeSpan | |
repeat | IRepeatBehavior | |
data | object | |
callback | TimeoutCallback | |
return | System |
public Timeout ( System.TimeSpan begin, System.TimeSpan span, IRepeatBehavior repeat, object data, TimeoutCallback callback ) : System | ||
begin | System.TimeSpan | |
span | System.TimeSpan | |
repeat | IRepeatBehavior | |
data | object | |
callback | TimeoutCallback | |
return | System |