Method | Description | |
---|---|---|
AddTask ( string name, EtlProcess task ) : void | ||
Clear ( ) : void | ||
GetTask ( string name ) : EtlProcess | ||
GetTaskNames ( ) : ICollection |
||
InitializeService ( ) : void | ||
Load ( ) : void | ||
NameExists ( string name ) : bool | ||
RemoveTask ( string name ) : void | ||
RenameTask ( string oldName, string newName ) : void | ||
Save ( ) : void | ||
UnloadService ( ) : void |
Method | Description | |
---|---|---|
UpdateConnectionReferences ( string oldName, string newName ) : void |
public AddTask ( string name, EtlProcess task ) : void | ||
name | string | |
task | EtlProcess | |
return | void |
public RenameTask ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
return | void |