DbBatchAppliedEventArgs Class

Provides data for the BatchApplied event.

Inheritance Hierarchy

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

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
type DbBatchAppliedEventArgs =  
    class
        inherit EventArgs
    end
public class DbBatchAppliedEventArgs extends EventArgs

The DbBatchAppliedEventArgs type exposes the following members.

Properties

  Name Description
Public property CurrentBatchNumber Gets the number of the batch that was most recently applied by the provider.
Public property TotalBatchesToApply Gets the total number of change batches to apply during this synchronization session.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Microsoft.Synchronization.Data Namespace