Specifies constants indicating at what time the application is ready to make or receive Interactions.
Namespace: ININ.IceLib.ConnectionAssembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[FlagsAttribute] public enum ReadyForInteractionsType |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration ReadyForInteractionsType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | The application will be free to decide when it is ready to make or take Interactions. | |
AfterLogin | 1 | The application will be ready 8 seconds after login completes successfully. | |
AfterChangeStation | 2 | The application will be ready immediately after ChangeStation(StationSettings) completes successfully. |
Remarks
If None is specified, the application will have to explicitly call SetReadyForInteractions()()()() when it is ready to receive Interactions.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 1 and beyond.