ITask.Progress Property

Gets the percentage of completion of the task.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property Progress As Double 
    Get
'Usage
Dim instance As ITask 
Dim value As Double 

value = instance.Progress
double Progress { get; }
property double Progress {
    double get ();
}
abstract Progress : float
function get Progress () : double

Property Value

Type: System.Double
The percentage of completion of the task.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace