tibas_persistencePolicy
The tibas_persistencePolicy enumerated type specifies the type of data transmission used to implement persistence.
Declaration
typedef enum _tibas_persistencePolicy {
TIBAS_PERSISTENCE_SYNC = 0,
TIBAS_PERSISTENCE_ASYNC = 1
} tibas_persistencePolicy;
Values
Value |
Description |
TIBAS_PERSISTENCE_SYNC |
Specifies that persistence is implemented using synchronous methods. |
TIBAS_PERSISTENCE_ASYNC |
Specifies that persistence is implemented using asynchronous methods. |
Copyright © Cloud Software Group, Inc. All rights reserved.