This documentation is archived and is not being maintained.
DbConnectionFailureAction Enumeration
Represents the action taken in response to the DbConnectionFailure event, which occurs when the database connection fails during change application.
Namespace:
Microsoft.Synchronization.Data
Assembly:
Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public enum DbConnectionFailureAction
| Member name | Description |
|---|
| RetrySync | Tries again to reconnect to the database and commit changes after the database connection fails. |
| AbortSync | Stops synchronization when the database connection fails. |