Share via


IIncidentOperations.ListActiveForSubscriptionAsync Method (CancellationToken)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

Task<IncidentListResponse> ListActiveForSubscriptionAsync(
    CancellationToken cancellationToken
)
Task<IncidentListResponse^>^ ListActiveForSubscriptionAsync(
    CancellationToken cancellationToken
)
abstract ListActiveForSubscriptionAsync : 
        cancellationToken:CancellationToken -> Task<IncidentListResponse>
Function ListActiveForSubscriptionAsync (
    cancellationToken As CancellationToken
) As Task(Of IncidentListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<IncidentListResponse>

The List incidents operation response.

See Also

IIncidentOperations Interface
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top