コード例 #1
0
 internal static ScheduleWorkflowItemAction ScheduleByIgnoringWhen(WorkflowItem workflowItem)
 {
     return(new ScheduleWorkflowItemAction(workflowItem, Custom(workflowItem.ScheduleDecisionsByIgnoringWhen().ToArray())));
 }