DbSyncSessionProgressEventArgs Members
Provides data for the SessionProgress event.
The following tables list the members exposed by the DbSyncSessionProgressEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
DbSyncSessionProgressEventArgs | Initializes a new instance of the DbSyncSessionProgressEventArgs class by using synchronization session, synchronization stage, percent completed, scope progress, batch number, batch count, provider position, and progress stage parameters. This constructor is not CLS-compliant. |
Top
Public Properties
Name | Description | |
---|---|---|
BatchCount | Gets the total number of batches to be processed in this synchronization session. This property is not CLS-compliant. | |
BatchNumber | Gets the number of the batch that is currently being processed. This property is not CLS-compliant. | |
CompletedWork | Gets the amount of work that is currently completed in the session. This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.) | |
DbSyncStage | Gets a DbSyncStage enumeration value that represents the current stage of synchronization. This property is not CLS-compliant. | |
GroupProgress | Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope. This property is not CLS-compliant. | |
ReportingProvider | Gets the position of the provider that is associated with this event. This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.) | |
Session | Gets a DbSyncSession object that contains metadata about the current synchronization session, such as the ID of the peer that is synchronizing. This property is not CLS-compliant. | |
Stage | Gets the current stage of the synchronization session. This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.) | |
TotalWork | Gets the total work for the session. This property is not CLS-compliant. (Inherited from SyncStagedProgressEventArgs.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DbSyncSessionProgressEventArgs Class
Microsoft.Synchronization.Data Namespace