EventOperationsExtensions Class
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Insights.EventOperationsExtensions
Syntax
public static class EventOperationsExtensions
[ExtensionAttribute]
public ref class EventOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type EventOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class EventOperationsExtensions
Methods
Name | Description | |
---|---|---|
GetCountSummary(IEventOperations, String) | ||
GetCountSummaryAsync(IEventOperations, String) | ||
ListEvents(IEventOperations, String, String) | ||
ListEventsAsync(IEventOperations, String, String) | ||
ListEventsNext(IEventOperations, String) | The List Event Next operation lists the next set of events. |
|
ListEventsNextAsync(IEventOperations, String) | The List Event Next operation lists the next set of events. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Insights Namespace
Return to top