TriggeredWebJobRun.Duration Property
Optional. The duration.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public TimeSpan Duration { get; set; }
public:
property TimeSpan Duration {
TimeSpan get();
void set(TimeSpan value);
}
member Duration : TimeSpan with get, set
Public Property Duration As TimeSpan
Property Value
Type: System.TimeSpan
See Also
TriggeredWebJobRun Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top