TotalWork Propiedad
Obtiene el trabajo total de la sesión.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en Microsoft.Synchronization.dll)
Sintaxis
'Declaración
Public ReadOnly Property TotalWork As UInteger
Get
'Uso
Dim instance As SyncStagedProgressEventArgs
Dim value As UInteger
value = instance.TotalWork
public uint TotalWork { get; }
public:
property unsigned int TotalWork {
unsigned int get ();
}
member TotalWork : uint32
function get TotalWork () : uint
Valor de la propiedad
Tipo: System. . :: . .UInt32
El trabajo total de la sesión.
Notas
Este valor se puede utilizar con el valor de CompletedWork para calcular otros valores, como el porcentaje de trabajo completado.
Vea también
Referencia
SyncStagedProgressEventArgs Clase
SyncStagedProgressEventArgs Miembros
Microsoft.Synchronization Espacio de nombres