Freigeben über


SyncStagedProgressEventArgs.CompletedWork-Eigenschaft

Ruft ab, wie viel Arbeit in der Sitzung bereits abgeschlossen ist.

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

Syntax

'Declaration
Public ReadOnly Property CompletedWork As UInteger
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As UInteger

value = instance.CompletedWork
public uint CompletedWork { get; }
public:
property unsigned int CompletedWork {
    unsigned int get ();
}
/** @property */
public UInt32 get_CompletedWork ()
public function get CompletedWork () : uint

Eigenschaftenwert

Die Arbeit, die in der Sitzung bereits abgeschlossen ist.

Hinweise

Dieser Wert wird als Teil von TotalWork angesehen.

Siehe auch

Verweis

SyncStagedProgressEventArgs-Klasse
SyncStagedProgressEventArgs-Member
Microsoft.Synchronization-Namespace

Konzepte

Melden des Synchronisierungsstatus