Method | Description | |
---|---|---|
Schedule ( Action action ) : IDisposable | ||
Schedule ( TimeSpan dueTime, Action action ) : IDisposable |
public Schedule ( Action action ) : IDisposable | ||
action | Action | |
return | IDisposable |
public Schedule ( TimeSpan dueTime, Action action ) : IDisposable | ||
dueTime | TimeSpan | |
action | Action | |
return | IDisposable |