ITask.HistoricalEvents Property

Gets a collection of task events.

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

Syntax

'Declaration
ReadOnly Property HistoricalEvents As ReadOnlyCollection(Of TaskHistoricalEvent)
    Get
'Usage
Dim instance As ITask 
Dim value As ReadOnlyCollection(Of TaskHistoricalEvent)

value = instance.HistoricalEvents
ReadOnlyCollection<TaskHistoricalEvent> HistoricalEvents { get; }
property ReadOnlyCollection<TaskHistoricalEvent^>^ HistoricalEvents {
    ReadOnlyCollection<TaskHistoricalEvent^>^ get ();
}
abstract HistoricalEvents : ReadOnlyCollection<TaskHistoricalEvent>
function get HistoricalEvents () : ReadOnlyCollection<TaskHistoricalEvent>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<TaskHistoricalEvent>
A collection of task events.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace