언어

ConflictLogType 열거형

정의

충돌 핸들러가 사용할 수 있는 지원되는 충돌 기록 옵션을 열거합니다.

public enum class ConflictLogType
public enum ConflictLogType
type ConflictLogType = 
Public Enum ConflictLogType
상속
ConflictLogType

필드

Name Description
ConflictLogNone 0

이 갈등은 기록되지 않습니다.

ConflictLogSubscriber 1

구독자의 데이터셋은 충돌 패자로 기록됩니다.

ConflictLogPublisher 2

Publisher의 데이터셋은 충돌 패자로 기록됩니다.

적용 대상