Enum FinDialogState
Enumerates the states that the FinDialog may be in. The current state of a FinDialog instance can be queried through its State property.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinDialogState
Fields
Name | Description |
---|---|
Idle | The initial and idle state of a FinDialog instance. |
Null | The state of a FinDialog object that was constructed through its default constructor and that was not initialized or loaded, yet. Or it was already disposed. |
Online | The FinDialog is currently engaged in an online banking dialog. In order to return to the Idle state either the method TermDialog() (orderly log off from server) or CancelDialog() (forcibly disconnect) must be called. |