IJob.RunningDuration Property

Gets or sets the elapsed time (in seconds) for the job.

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 IJob 
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 elapsed time (in seconds) for the job.

See Also

Reference

IJob Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace