Class EbicsSpoolerTask
Inheritance
EbicsSpoolerTask
Assembly: Subsembly.EBICS.Win32.dll
Syntax
public class EbicsSpoolerTask
Properties
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Period
Declaration
public EbicsSpoolerTaskPeriod Period { get; set; }
Property Value
Methods
ProduceTask(ProduceOption)
Declaration
public static EbicsSpoolerTask ProduceTask(EbicsSpoolerTask.ProduceOption nOption)
Parameters
Returns
Type |
Description |
EbicsSpoolerTask |
If the task already exists in the Windows Task Scheduler, then an instance of
EbicsSpoolerTask is returned, which references the existing task. If
no such task exists, and nOption is
Existing, then null is returned, otherwise
a new default Windows Task Scheduler task is created and a new
EbicsSpoolerTask instance is returned for it. If a new task is
created, it will be created in the disabled state.
|
Exceptions
See Also