ProgressWithCompletion<T>.IProgress<T>.Report Method
Receives a progress update.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Private Sub Report ( _
value As T _
) Implements IProgress(Of T).Report
void IProgress<T>.Report(
T value
)
private:
virtual void Report(
T value
) sealed = IProgress<T>::Report
private abstract Report :
value:'T -> unit
private override Report :
value:'T -> unit
JScript does not support explicit interface implementations.
Parameters
value
Type: TThe value representing the updated progress.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.