DbBatchSpooledEventArgs Class

Provides data for the BatchSpooled event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.DbBatchSpooledEventArgs

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Class DbBatchSpooledEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DbBatchSpooledEventArgs
public class DbBatchSpooledEventArgs : EventArgs
public ref class DbBatchSpooledEventArgs : public EventArgs
type DbBatchSpooledEventArgs =  
    class
        inherit EventArgs
    end
public class DbBatchSpooledEventArgs extends EventArgs

The DbBatchSpooledEventArgs type exposes the following members.

Properties

  Name Description
Public property BatchFileName Gets or sets the name of the file to which spooled changes are written.
Public property CurrentBatchNumber Gets the number of the batch that was most recently written to the spooling file.
Public property CurrentBatchTableWatermarks Gets the table name and maximum tickcount value for each table that has changes in the current batch.
Public property DataCacheSize Gets the size of the current batch.
Public property TotalBatchesSpooled Gets or sets the total number of change batches that were spooled to disk when the BatchSpooled event was raised.

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