Synchronous types
Namespace: EAL.EnumsAssembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)
Syntax
| C# |
|---|
public enum SyncType |
| Visual Basic |
|---|
Public Enumeration SyncType |
| Visual C++ |
|---|
public enum class SyncType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SYNC_RAMPIN_SHORTESTWAY | 0 | Shortest way | |
| SYNC_RAMPIN_CATCHUP | 1 | Catchup | |
| SYNC_RAMPIN_SLOWDOWN | 2 | Slow down | |
| SYNC_DIRECT | 3 | Direct |