IWorkItemScheduler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Functionality to schedule tasks on a grain.
public interface IWorkItemScheduler
type IWorkItemScheduler = interface
Public Interface IWorkItemScheduler
Methods
QueueAction(Action) |
Schedules an action for execution by this instance. |
QueueAction(Action<Object>, Object) |
Schedules a work item for execution by this instance. |
QueueTask(Task) |
Schedules a task to be started by this instance. |
QueueWorkItem(IThreadPoolWorkItem) |
Schedules a work item for execution by this instance. |