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