public DeleteFilesJob(
IEventTimer timer,
string name = null,
Nullable<TimeSpan> interval = null,
IConfigSectionNode config = null,
FileSystem fs = null,
FileSystemSessionConnectParams fsConnectParams = null,
string fsRootPath = null
)
public DeleteFilesJob(
IEventTimer timer,
string name = null,
Nullable<TimeSpan> interval = null,
IConfigSectionNode config = null,
FileSystem fs = null,
FileSystemSessionConnectParams fsConnectParams = null,
string fsRootPath = null
)
Public Sub New (
timer As IEventTimer,
Optional name As String = Nothing,
Optional interval As Nullable(Of TimeSpan) = Nothing,
Optional config As IConfigSectionNode = Nothing,
Optional fs As FileSystem = Nothing,
Optional fsConnectParams As FileSystemSessionConnectParams = Nothing,
Optional fsRootPath As String = Nothing
)
Public Sub New (
timer As IEventTimer,
Optional name As String = Nothing,
Optional interval As Nullable(Of TimeSpan) = Nothing,
Optional config As IConfigSectionNode = Nothing,
Optional fs As FileSystem = Nothing,
Optional fsConnectParams As FileSystemSessionConnectParams = Nothing,
Optional fsRootPath As String = Nothing
)
public:
DeleteFilesJob(
IEventTimer^ timer,
String^ name = nullptr,
Nullable<TimeSpan> interval = nullptr,
IConfigSectionNode^ config = nullptr,
FileSystem^ fs = nullptr,
FileSystemSessionConnectParams^ fsConnectParams = nullptr,
String^ fsRootPath = nullptr
)
public:
DeleteFilesJob(
IEventTimer^ timer,
String^ name = nullptr,
Nullable<TimeSpan> interval = nullptr,
IConfigSectionNode^ config = nullptr,
FileSystem^ fs = nullptr,
FileSystemSessionConnectParams^ fsConnectParams = nullptr,
String^ fsRootPath = nullptr
)
new :
timer : IEventTimer *
?name : string *
?interval : Nullable<TimeSpan> *
?config : IConfigSectionNode *
?fs : FileSystem *
?fsConnectParams : FileSystemSessionConnectParams *
?fsRootPath : string
(* Defaults:
let _name = defaultArg name null
let _interval = defaultArg interval null
let _config = defaultArg config null
let _fs = defaultArg fs null
let _fsConnectParams = defaultArg fsConnectParams null
let _fsRootPath = defaultArg fsRootPath null
*)
-> DeleteFilesJob
new :
timer : IEventTimer *
?name : string *
?interval : Nullable<TimeSpan> *
?config : IConfigSectionNode *
?fs : FileSystem *
?fsConnectParams : FileSystemSessionConnectParams *
?fsRootPath : string
(* Defaults:
let _name = defaultArg name null
let _interval = defaultArg interval null
let _config = defaultArg config null
let _fs = defaultArg fs null
let _fsConnectParams = defaultArg fsConnectParams null
let _fsRootPath = defaultArg fsRootPath null
*)
-> DeleteFilesJob