SyncSessionStatistics Class

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
Public method SyncSessionStatistics Initializes a new instance of the SyncSessionStatistics class.

Top

Properties

  Name Description
Public property ChangesApplied Gets or sets the total number of changes that were successfully applied during the synchronization session.
Public property ChangesFailed Gets or sets the total number of changes that were not applied during a session.

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 Namespace