SimpleSyncItemConflictingEventArgs クラス

ItemConflicting イベントのデータを提供します。

名前空間: Microsoft.Synchronization.SimpleProviders
アセンブリ: Microsoft.Synchronization.SimpleProviders (microsoft.synchronization.simpleproviders.dll 内)

構文

'宣言
Public Class SimpleSyncItemConflictingEventArgs
    Inherits EventArgs
'使用
Dim instance As SimpleSyncItemConflictingEventArgs
public class SimpleSyncItemConflictingEventArgs : EventArgs
public ref class SimpleSyncItemConflictingEventArgs : public EventArgs
public class SimpleSyncItemConflictingEventArgs extends EventArgs
public class SimpleSyncItemConflictingEventArgs extends EventArgs

解説

この型は、同時実行の競合に使用されます。同時実行の競合は、後から同期される 2 つの異なるレプリカで、同じ項目または変更単位が変更された場合に発生します。詳細については、「簡易プロバイダーの競合処理」を参照してください。

継承階層

System.Object
   System.EventArgs
    Microsoft.Synchronization.SimpleProviders.SimpleSyncItemConflictingEventArgs

スレッド セーフ

この型の public static (Visual Basic では Shared ) メンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

リファレンス

SimpleSyncItemConflictingEventArgs メンバー
Microsoft.Synchronization.SimpleProviders 名前空間