Class EbicsSpoolerTask
Inheritance
System.Object
EbicsSpoolerTask
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Win32.dll
Syntax
public class EbicsSpoolerTask
Properties
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Period
Declaration
public EbicsSpoolerTaskPeriod Period { get; set; }
Property Value
Type | Description |
---|---|
EbicsSpoolerTaskPeriod |
Methods
ProduceTask(EbicsSpoolerTask.ProduceOption)
Produces the unique standard EbicsSpoolerTask managed by this class.
Declaration
public static EbicsSpoolerTask ProduceTask(EbicsSpoolerTask.ProduceOption nOption)
Parameters
Type | Name | Description |
---|---|---|
EbicsSpoolerTask.ProduceOption | nOption | Option that controls whether and how a new task would be created. |
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 |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | An unknown |