SyncSessionStatistics Class

Represents statistics about a single, unidirectional synchronization session.

System.Object
  Microsoft.Synchronization.SyncSessionStatistics

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
<SerializableAttribute> _
Public Class SyncSessionStatistics
'Usage
Dim instance As SyncSessionStatistics

The SyncSessionStatistics type exposes the following members.

  NameDescription
Public methodSyncSessionStatisticsInitializes a new instance of the SyncSessionStatistics class.
Top

  NameDescription
Public propertyChangesAppliedGets or sets the total number of changes that were successfully applied during the synchronization session.
Public propertyChangesFailedGets or sets the total number of changes that were not applied during a session.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: