Synchronous direction
Namespace: EAL.EnumsAssembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)
Syntax
| C# |
|---|
public enum SyncDirection |
| Visual Basic |
|---|
Public Enumeration SyncDirection |
| Visual C++ |
|---|
public enum class SyncDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SYNC_SHORTESTWAY | 0 | Shortest way | |
| SYNC_CATCHUP | 1 | Catch up | |
| SYNC_SLOWDOWN | 2 | Slow down |