ITask.RunningDuration Property

Gets the running duration of the task.

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

Syntax

'Declaration
ReadOnly Property RunningDuration As TimeSpan 
    Get
'Usage
Dim instance As ITask 
Dim value As TimeSpan 

value = instance.RunningDuration
TimeSpan RunningDuration { get; }
property TimeSpan RunningDuration {
    TimeSpan get ();
}
abstract RunningDuration : TimeSpan
function get RunningDuration () : TimeSpan

Property Value

Type: System.TimeSpan
The running duration of the task.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace