Property | Type | Description | |
---|---|---|---|
Due | System.DateTime | ||
Duration | System.TimeSpan | ||
Exception | |||
Result | object | ||
Started | DateTime |
Method | Description | |
---|---|---|
ScheduledFunctionResult ( DateTime due, DateTime started, TimeSpan duration, object result, Exception exception ) : System |
Initializes a new instance of the ScheduledFunctionResult class.
|
protected ScheduledFunctionResult ( DateTime due, DateTime started, TimeSpan duration, object result, Exception exception ) : System | ||
due | DateTime | The execution due. |
started | DateTime | The execution started. |
duration | TimeSpan | The execution duration. |
result | object | The result. |
exception | Exception | The exception. |
return | System |