TIB_TimeoutProps Object
Properties |
Unit
IB_Components
Declaration
TIB_TimeoutProps = class(TPersistent)
Description
This component is used in order to store all the settings necessary for
management of transaction timeouts.
Introduced Public Properties |
AllowCheckOAT | This property determines the amount of time in seconds IBO will wait before it will physically end a transaction that is no longer needed by the system. |
Attempt | This is the point in time when IBO will begin to attempt to close the transaction if at all possible. |
AttemptMaxRows | While attempting to fetch in records from datasets that do not have the caFetchAll CommitAction set it is a possibility that a user may open a very large dataset containing millions of rows. |
AttemptRetry | This is the Retry allowed for whatever activities are going on in order to make conditions allowable to close the transaction. |
AttemptTicks | This is the duration allowed for whatever activities are going on in order to make conditions allowable to close the transaction. |
ForceClosed | This property determins the time in seconds IBO will wait before it forces a transaction to end. |
PromptUser | This is the point in time that IBO will actually get intrusive about prompting the user to get on with their work and get the transaction closed. |
PromptUserDuration | Amount of time in seconds that IBO prompts the user to resolve their transaction. |
PromptUserRetry | Amount of time in seconds that IBO waits before retrying prompting the user to resolve their transaction. |