Namespace EPiServer.Async
Classes
AsyncPaginationResult<T>
Result from an async paginated method.
TaskEventArgs
Event arguments used in events exposed by Task
TaskExecutor
Manages execution of asynchronus work using System.
TaskInformation
Contains information such as status and result (if the asynchronus job returned a result) associated with a task.
TaskInformation<T>
Contains information about a task where status is an typed instance with information specific to the task type.
TaskMonitor
Component that monitors task that are trackable (that is associated with a Tracking
TrackingToken
Used to define a token that will be associated with a System.
TrackingTokenExtensions
Extends Tracking