次の方法で共有


ItemConflictingEventArgs クラス

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

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

構文

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

解説

競合が検出され、セッションでその競合の解決方法が ApplicationDefined に設定されている場合に、ItemConflicting が発生します。

継承階層

System.Object
   System.EventArgs
    Microsoft.Synchronization.ItemConflictingEventArgs

スレッド セーフ

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

参照

リファレンス

ItemConflictingEventArgs メンバー
Microsoft.Synchronization 名前空間

その他のリソース

競合の処理