Class EbicsSpoolerTask

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Win32.dll
public class EbicsSpoolerTask
Inheritance
EbicsSpoolerTask
Inherited Members

Properties

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

Period

public EbicsSpoolerTaskPeriod Period { get; set; }

Property Value

EbicsSpoolerTaskPeriod

Methods

ProduceTask(ProduceOption)

Produces the unique standard EbicsSpoolerTask managed by this class.

public static EbicsSpoolerTask ProduceTask(EbicsSpoolerTask.ProduceOption nOption)

Parameters

nOption EbicsSpoolerTask.ProduceOption

Option that controls whether and how a new task would be created.

Returns

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

ArgumentException

An unknown nOption was given.

See Also