SessionProgressEventArgs Members
Synchronization Services - ADO.NET 1.0 SP1
Provides data for the SessionProgress event.
The following tables list the members exposed by the SessionProgressEventArgs type.
| Name | Description | |
|---|---|---|
| SessionProgressEventArgs | Initializes a new instance of the SessionProgressEventArgs class by using synchronization stage, percent completed, and batch progress parameters. |
| Name | Description | |
|---|---|---|
| BatchProgress | Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing. |
| PercentCompleted | Gets the percentage of changes that have been completed for the current synchronization session. |
| SyncStage | Gets the SyncStage enumeration value that represents the current stage of synchronization. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| ReferenceEquals | (Inherited from Object.) |
| ToString | (Inherited from Object.) |