SimpleSyncProvider.ItemConflicting 이벤트
Sync Framework에서 현재 처리 중인 항목이 동시성 충돌과 관련되어 있음을 감지할 때 발생합니다.
네임스페이스: Microsoft.Synchronization.SimpleProviders
어셈블리: microsoft.synchronization.simpleproviders.dll의 Microsoft.Synchronization.SimpleProviders
구문
‘선언
Public Event ItemConflicting As EventHandler(Of SimpleSyncItemConflictingEventArgs)
‘사용 방법
Dim instance As SimpleSyncProvider
Dim handler As EventHandler(Of SimpleSyncItemConflictingEventArgs)
AddHandler instance.ItemConflicting, handler
public event EventHandler<SimpleSyncItemConflictingEventArgs> ItemConflicting
public:
event EventHandler<SimpleSyncItemConflictingEventArgs^>^ ItemConflicting {
void add (EventHandler<SimpleSyncItemConflictingEventArgs^>^ value);
void remove (EventHandler<SimpleSyncItemConflictingEventArgs^>^ value);
}
/** @event */
public void add_ItemConflicting (EventHandler<SimpleSyncItemConflictingEventArgs> value)
/** @event */
public void remove_ItemConflicting (EventHandler<SimpleSyncItemConflictingEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
주의
이 이벤트는 나중에 동기화되는 서로 다른 두 복제본에서 같은 항목 또는 변경 단위가 변경될 경우 발생하는 동시성 충돌에 사용됩니다. 자세한 내용은 단순 공급자의 충돌 처리를 참조하십시오.
참고 항목
참조
SimpleSyncProvider 클래스
SimpleSyncProvider 멤버
Microsoft.Synchronization.SimpleProviders 네임스페이스