Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents statistics about a single, unidirectional synchronization session.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.SyncSessionStatistics
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncSessionStatistics
'Usage
Dim instance As SyncSessionStatistics
[SerializableAttribute]
public class SyncSessionStatistics
[SerializableAttribute]
public ref class SyncSessionStatistics
[<SerializableAttribute>]
type SyncSessionStatistics = class end
public class SyncSessionStatistics
The SyncSessionStatistics type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SyncSessionStatistics | Initializes a new instance of the SyncSessionStatistics class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ChangesApplied | Gets or sets the total number of changes that were successfully applied during the synchronization session. |
![]() |
ChangesFailed | Gets or sets the total number of changes that were not applied during a session. |
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)