IWorkItemScheduler
interface
Namespace: Orleans.Runtime
Functionality to schedule tasks on a grain.
public interface IWorkItemSchedulerMethods
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.
