SyncStagedProgressEventArgs.ReportingProvider Property

Gets the position of the provider that is associated with this event.

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

Syntax

'Declaration
Public ReadOnly Property ReportingProvider As SyncProviderPosition
    Get
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As SyncProviderPosition

value = instance.ReportingProvider
public SyncProviderPosition ReportingProvider { get; }
public:
property SyncProviderPosition ReportingProvider {
    SyncProviderPosition get ();
}
member ReportingProvider : SyncProviderPosition
function get ReportingProvider () : SyncProviderPosition

Property Value

Type: Microsoft.Synchronization.SyncProviderPosition
The position of the provider that is associated with this event.

See Also

Reference

SyncStagedProgressEventArgs Class

Microsoft.Synchronization Namespace