IEventOperations.ListEventsAsync Method (String, String, CancellationToken)
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
Task<EventDataListResponse> ListEventsAsync(
string filterString,
string selectedProperties,
CancellationToken cancellationToken
)
Task<EventDataListResponse^>^ ListEventsAsync(
String^ filterString,
String^ selectedProperties,
CancellationToken cancellationToken
)
abstract ListEventsAsync :
filterString:string *
selectedProperties:string *
cancellationToken:CancellationToken -> Task<EventDataListResponse>
Function ListEventsAsync (
filterString As String,
selectedProperties As String,
cancellationToken As CancellationToken
) As Task(Of EventDataListResponse)
Return Value
Type: System.Threading.Tasks.Task<EventDataListResponse>
See Also
IEventOperations Interface
Microsoft.Azure.Insights Namespace
Return to top