Method | Description | |
---|---|---|
CreateAction ( Microsoft action ) : IAction | ||
CreateActionCollection ( ActionCollection actionCollection ) : IActionCollection | ||
CreateExecAction ( IAction act ) : IExecAction | ||
CreateExecAction ( string path, string arguments = null, string workingDirectory = null ) : IExecAction | ||
CreateRepetitionPattern ( Microsoft.Win32.TaskScheduler.RepetitionPattern repetitionPattern ) : IRepetitionPattern | ||
CreateRootFolder ( ) : ITaskFolder | ||
CreateRootFolder ( Microsoft.Win32.TaskScheduler.TaskFolder taskFolder ) : ITaskFolder | ||
CreateTask ( Microsoft.Win32.TaskScheduler.Task task ) : IDev2Task | ||
CreateTaskCollection ( TaskCollection taskCollection ) : ITaskCollection | ||
CreateTaskDefinition ( Microsoft.Win32.TaskScheduler.TaskDefinition taskDefinition ) : IDev2TaskDefinition | ||
CreateTaskEvent ( TaskEvent currentEvent ) : ITaskEvent | ||
CreateTaskEventLog ( string taskPath ) : ITaskEventLog | ||
CreateTaskEventLog ( string taskPath, System.DateTime startDate ) : ITaskEventLog | ||
CreateTaskService ( Microsoft.Win32.TaskScheduler.TaskService taskService ) : IDev2TaskService | ||
CreateTaskService ( string targetServer, string userName, string accountDomain, string password, bool forceV1 ) : IDev2TaskService | ||
CreateTaskService ( ) : Microsoft.Win32.TaskScheduler.TaskService | ||
CreateTaskSettings ( Microsoft.Win32.TaskScheduler.TaskSettings taskSettings ) : ITaskSettings | ||
CreateTrigger ( Microsoft.Win32.TaskScheduler.Trigger trigger ) : ITrigger | ||
CreateTriggerCollection ( TriggerCollection triggerCollection ) : ITriggerCollection | ||
SanitiseTrigger ( ITrigger resource ) : ITrigger |
Method | Description | |
---|---|---|
ExtractDelay ( ITriggerDelay resource, ITriggerDelay trigger ) : void |
public CreateAction ( Microsoft action ) : IAction | ||
action | Microsoft | |
return | IAction |
public CreateActionCollection ( ActionCollection actionCollection ) : IActionCollection | ||
actionCollection | ActionCollection | |
return | IActionCollection |
public CreateExecAction ( IAction act ) : IExecAction | ||
act | IAction | |
return | IExecAction |
public CreateExecAction ( string path, string arguments = null, string workingDirectory = null ) : IExecAction | ||
path | string | |
arguments | string | |
workingDirectory | string | |
return | IExecAction |
public CreateRepetitionPattern ( Microsoft.Win32.TaskScheduler.RepetitionPattern repetitionPattern ) : IRepetitionPattern | ||
repetitionPattern | Microsoft.Win32.TaskScheduler.RepetitionPattern | |
return | IRepetitionPattern |
public CreateRootFolder ( Microsoft.Win32.TaskScheduler.TaskFolder taskFolder ) : ITaskFolder | ||
taskFolder | Microsoft.Win32.TaskScheduler.TaskFolder | |
return | ITaskFolder |
public CreateTask ( Microsoft.Win32.TaskScheduler.Task task ) : IDev2Task | ||
task | Microsoft.Win32.TaskScheduler.Task | |
return | IDev2Task |
public CreateTaskCollection ( TaskCollection taskCollection ) : ITaskCollection | ||
taskCollection | TaskCollection | |
return | ITaskCollection |
public CreateTaskDefinition ( Microsoft.Win32.TaskScheduler.TaskDefinition taskDefinition ) : IDev2TaskDefinition | ||
taskDefinition | Microsoft.Win32.TaskScheduler.TaskDefinition | |
return | IDev2TaskDefinition |
public CreateTaskEvent ( TaskEvent currentEvent ) : ITaskEvent | ||
currentEvent | TaskEvent | |
return | ITaskEvent |
public CreateTaskEventLog ( string taskPath ) : ITaskEventLog | ||
taskPath | string | |
return | ITaskEventLog |
public CreateTaskEventLog ( string taskPath, System.DateTime startDate ) : ITaskEventLog | ||
taskPath | string | |
startDate | System.DateTime | |
return | ITaskEventLog |
public CreateTaskService ( Microsoft.Win32.TaskScheduler.TaskService taskService ) : IDev2TaskService | ||
taskService | Microsoft.Win32.TaskScheduler.TaskService | |
return | IDev2TaskService |
public CreateTaskService ( string targetServer, string userName, string accountDomain, string password, bool forceV1 ) : IDev2TaskService | ||
targetServer | string | |
userName | string | |
accountDomain | string | |
password | string | |
forceV1 | bool | |
return | IDev2TaskService |
public CreateTaskService ( ) : Microsoft.Win32.TaskScheduler.TaskService | ||
return | Microsoft.Win32.TaskScheduler.TaskService |
public CreateTaskSettings ( Microsoft.Win32.TaskScheduler.TaskSettings taskSettings ) : ITaskSettings | ||
taskSettings | Microsoft.Win32.TaskScheduler.TaskSettings | |
return | ITaskSettings |
public CreateTrigger ( Microsoft.Win32.TaskScheduler.Trigger trigger ) : ITrigger | ||
trigger | Microsoft.Win32.TaskScheduler.Trigger | |
return | ITrigger |
public CreateTriggerCollection ( TriggerCollection triggerCollection ) : ITriggerCollection | ||
triggerCollection | TriggerCollection | |
return | ITriggerCollection |
public SanitiseTrigger ( ITrigger resource ) : ITrigger | ||
resource | ITrigger | |
return | ITrigger |