EventOperationsExtensions.GetCountSummaryAsync Method (IEventOperations, String)
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public static Task<EventCountSummaryResponse> GetCountSummaryAsync(
this IEventOperations operations,
string filterString
)
public:
[ExtensionAttribute]
static Task<EventCountSummaryResponse^>^ GetCountSummaryAsync(
IEventOperations^ operations,
String^ filterString
)
static member GetCountSummaryAsync :
operations:IEventOperations *
filterString:string -> Task<EventCountSummaryResponse>
<ExtensionAttribute>
Public Shared Function GetCountSummaryAsync (
operations As IEventOperations,
filterString As String
) As Task(Of EventCountSummaryResponse)
Return Value
Type: System.Threading.Tasks.Task<EventCountSummaryResponse>
See Also
EventOperationsExtensions Class
Microsoft.Azure.Insights Namespace
Return to top