ConflictLogType Enum

Definition

Enumerates the supported conflict logging options available to a conflict handler.

public enum class ConflictLogType
public enum ConflictLogType
type ConflictLogType = 
Public Enum ConflictLogType
Inheritance
ConflictLogType

Fields

ConflictLogNone 0

The conflict is not logged.

ConflictLogPublisher 2

The Publisher's dataset is logged as the conflict loser.

ConflictLogSubscriber 1

The Subscriber's dataset is logged as the conflict loser.

Applies to