Partager via


Propriété ChangeBatchBase.RemainingSessionWorkEstimate

Obtient ou définit l'évaluation du travail restant pour la session de synchronisation.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public Property RemainingSessionWorkEstimate As UInteger
'Utilisation
Dim instance As ChangeBatchBase
Dim value As UInteger

value = instance.RemainingSessionWorkEstimate

instance.RemainingSessionWorkEstimate = value
public uint RemainingSessionWorkEstimate { get; set; }
public:
property unsigned int RemainingSessionWorkEstimate {
    unsigned int get ();
    void set (unsigned int value);
}
/** @property */
public UInt32 get_RemainingSessionWorkEstimate ()

/** @property */
public void set_RemainingSessionWorkEstimate (UInt32 value)
public function get RemainingSessionWorkEstimate () : uint

public function set RemainingSessionWorkEstimate (value : uint)

Valeur de propriété

Estimation du travail restant pour la session de synchronisation.

Notes

BatchWorkEstimate et RemainingSessionWorkEstimate permettent de signaler la progression de la synchronisation à une application. Ces deux valeurs sont adressées dans l'événement ProgressChanged.

Voir aussi

Référence

Classe ChangeBatchBase
Membres ChangeBatchBase
Espace de noms Microsoft.Synchronization

Concepts

Indication de la progression de la synchronisation