Compartir a través de


BatchWorkEstimate Propiedad

Obtiene o establece la estimación de trabajo total para el lote de cambios.

Espacio de nombres:  Microsoft.Synchronization
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

'Declaración
Public Property BatchWorkEstimate As UInteger
    Get
    Set
'Uso
Dim instance As ChangeBatchBase
Dim value As UInteger

value = instance.BatchWorkEstimate

instance.BatchWorkEstimate = value
public uint BatchWorkEstimate { get; set; }
public:
property unsigned int BatchWorkEstimate {
    unsigned int get ();
    void set (unsigned int value);
}
member BatchWorkEstimate : uint32 with get, set
function get BatchWorkEstimate () : uint
function set BatchWorkEstimate (value : uint)

Valor de la propiedad

Tipo: System. . :: . .UInt32
La estimación de trabajo total para el lote de cambios. El valor predeterminado es 0.

Excepciones

Excepción Condición
ObjectDisposedException

Este objeto ChangeBatchBase ya se ha eliminado.

Notas

Las propiedades BatchWorkEstimate y RemainingSessionWorkEstimate se usan para notificar el progreso de la sincronización a una aplicación. Ambos valores se envían en el evento ProgressChanged.

Vea también

Referencia

ChangeBatchBase Clase

ChangeBatchBase Miembros

Microsoft.Synchronization Espacio de nombres

Otros recursos

Notificar el progreso de la sincronización