• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    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 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
    Type Condition
    System.ArgumentException

    An unknown nOption was given.

    See Also
    IsEnabled
    EbicsSpoolerTask.ProduceOption
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH