Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Provides data for the client SyncProgress event and the server SyncProgress event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Data.SyncProgressEventArgs
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SyncProgressEventArgs _
Inherits EventArgs
'Usage
Dim instance As SyncProgressEventArgs
public class SyncProgressEventArgs : EventArgs
public ref class SyncProgressEventArgs : public EventArgs
type SyncProgressEventArgs =
class
inherit EventArgs
end
public class SyncProgressEventArgs extends EventArgs
The SyncProgressEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SyncProgressEventArgs | Initializes a new instance of the SyncProgressEventArgs class by using table metadata, table progress, group metadata, group progress, and synchronization stage parameters. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
GroupMetadata | Gets a SyncGroupMetadata object that represents the metadata for a synchronization group, such as the names of the tables in the group. |
![]() |
GroupProgress | Gets a SyncGroupProgress object that contains a set of progress statistics for a synchronization group. |
![]() |
SyncStage | Gets a SyncStage enumeration value that represents the current stage of synchronization. |
![]() |
TableMetadata | Gets a SyncTableMetadata object that contains metadata for a table, such as the direction of synchronization. |
![]() |
TableProgress | Gets a SyncTableProgress object that contains synchronization progress statistics for a table. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)