ChangeBatchBase.RemainingSessionWorkEstimate Propiedad
Obtiene o establece la estimación de trabajo restante para la sesión de sincronización.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)
Sintaxis
'Declaración
Public Property RemainingSessionWorkEstimate As UInteger
'Uso
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)
Valor de la propiedad
La estimación de trabajo restante para la sesión de sincronización.
Notas
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