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

    Interface IFinDocket

    Abstract callback interface that provide online banking progress information for the user interface.

    Namespace: Subsembly.FinTS.Online
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public interface IFinDocket
    Remarks

    The methods in this interface might be called from a background worker thread. Therefore all implementations must delegate UI operation to the main UI thread, when necessary.

    Methods

    Append(String, Int32, String)

    Appends an item at the end of the docket.

    Declaration
    void Append(string sSegmentType, int nStatusCode, string sMessageText)
    Parameters
    Type Name Description
    System.String sSegmentType

    Optional segment type that is the source of this message. May be null for messages that are not associated with a particular segment type and are purely informational progress updates.

    System.Int32 nStatusCode

    Optional FinTS status Code associated with this message. If sSegmentType is null, then this may be zero to provide simple progress information without a status code. Higher values are for higher severity. Values greater than 9999 may be used for fatal errors that are not associated with a FinTS error status code. The values in the range from 0 to 9999 are reserved for FinTS status codes.

    System.String sMessageText

    Text message to be logged. Must not be null or empty.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH