SyncFromAllServersEvent 枚举
定义
在 SyncUpdateCallback 委托中使用,用于指定同步事件的类型。Used in the SyncUpdateCallback delegate to specify the type of synchronization event.
public enum class SyncFromAllServersEvent
public enum SyncFromAllServersEvent
type SyncFromAllServersEvent =
Public Enum SyncFromAllServersEvent
- 继承
字段
| Error | 0 | 出现了错误。An error occurred. |
| Finished | 3 | 整个复制过程已完成。The entire replication process has completed. |
| SyncCompleted | 2 | 两个服务器的同步刚刚完成。Synchronization of two servers has just completed. |
| SyncStarted | 1 | 两个服务器的同步已开始。Synchronization of two servers has started. |