Property | Type | Description | |
---|---|---|---|
ExecutionLock | object | ||
Schedule |
Method | Description | |
---|---|---|
ExecuteNow ( ) : |
Executes the scheduled function now, unless it is already executing, in which case it waits for the result of the current execution.
|
Method | Description | |
---|---|---|
ScheduledFunction ( |
Initializes a new instance of the ScheduledFunction class.
|
public abstract ExecuteNow ( ) : |
||
return |
protected ScheduledFunction ( |
||
schedule | The schedule. | |
startAfter | System.DateTime | The date time to start after. |
return | System |