언어

TransPublication.SetPeerConflictDetection(Boolean, Int32) 메서드

정의

피어 투 피어 토폴로지에서 노드에 대한 충돌 감지를 활성화하거나 비활성화합니다.

public:
 void SetPeerConflictDetection(bool enablePeerConflictDetection, int peerOriginatorID);
public void SetPeerConflictDetection(bool enablePeerConflictDetection, int peerOriginatorID);
member this.SetPeerConflictDetection : bool * int -> unit
Public Sub SetPeerConflictDetection (enablePeerConflictDetection As Boolean, peerOriginatorID As Integer)

매개 변수

enablePeerConflictDetection
Boolean

true배포 에이전트가 동기화 중 충돌을 감지하면; 그렇지 않으면 . false

peerOriginatorID
Int32

에 대해 명시 PeerOriginatorID된 정수와 일치하는 ID 입니다.

설명

자세한 내용은 피어 투 피어 복제의 충돌 감지를 참조하세요.

적용 대상