Base:
method
Schedule
System.Workflow.Runtime.Hosting.WorkflowSchedulerService.Schedule(System.Threading.WaitCallback, System.Guid)
1 override of Schedule
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (1)
49protected internal override void Schedule(WaitCallback callback, Guid workflowInstanceId)
1 reference to Schedule
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (1)
70base.Schedule(callback, workflowInstanceId);