DbBatchAppliedEventArgs Class

Provides data for the BatchApplied event.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Class DbBatchAppliedEventArgs
    Inherits EventArgs
'Usage
Dim instance As DbBatchAppliedEventArgs
public class DbBatchAppliedEventArgs : EventArgs
public ref class DbBatchAppliedEventArgs : public EventArgs
public class DbBatchAppliedEventArgs extends EventArgs
public class DbBatchAppliedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Synchronization.Data.DbBatchAppliedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DbBatchAppliedEventArgs Members
Microsoft.Synchronization.Data Namespace