Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the amount of work that is currently completed in the session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property CompletedWork As UInteger
Get
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As UInteger
value = instance.CompletedWork
public uint CompletedWork { get; }
public:
property unsigned int CompletedWork {
unsigned int get ();
}
member CompletedWork : uint32
function get CompletedWork () : uint
Property Value
Type: System.UInt32
The amount of work that is currently completed in the session.
Remarks
This value is interpreted as being a part of TotalWork.
See Also
Reference
SyncStagedProgressEventArgs Class
Microsoft.Synchronization Namespace