C# Class Dev2.TaskScheduler.Wrappers.Dev2TaskFolder

Inheritance: ITaskFolder
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
CreateFolder ( string subFolderName, string sddlForm = null ) : ITaskFolder
DeleteTask ( string Name, bool exceptionOnNotExists = true ) : void
Dev2TaskFolder ( ITaskServiceConvertorFactory taskServiceConvertorFactory, Microsoft.Win32.TaskScheduler.TaskFolder instance ) : System.Collections.Generic
Dispose ( ) : void
RegisterTaskDefinition ( string Path, IDev2TaskDefinition definition ) : IDev2Task
TaskExists ( string name ) : bool

Private Methods

Méthode Description
RegisterTaskDefinition ( string Path, IDev2TaskDefinition definition, TaskCreation createType, string UserId, string password = null, TaskLogonType LogonType = TaskLogonType.S4U, string sddl = null ) : IDev2Task

Method Details

CreateFolder() public méthode

public CreateFolder ( string subFolderName, string sddlForm = null ) : ITaskFolder
subFolderName string
sddlForm string
Résultat ITaskFolder

DeleteTask() public méthode

public DeleteTask ( string Name, bool exceptionOnNotExists = true ) : void
Name string
exceptionOnNotExists bool
Résultat void

Dev2TaskFolder() public méthode

public Dev2TaskFolder ( ITaskServiceConvertorFactory taskServiceConvertorFactory, Microsoft.Win32.TaskScheduler.TaskFolder instance ) : System.Collections.Generic
taskServiceConvertorFactory ITaskServiceConvertorFactory
instance Microsoft.Win32.TaskScheduler.TaskFolder
Résultat System.Collections.Generic

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RegisterTaskDefinition() public méthode

public RegisterTaskDefinition ( string Path, IDev2TaskDefinition definition ) : IDev2Task
Path string
definition IDev2TaskDefinition
Résultat IDev2Task

TaskExists() public méthode

public TaskExists ( string name ) : bool
name string
Résultat bool