IWorkItemScheduler Interface

Definition

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.

Applies to