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
System_CAPS_pubmethodSystem_CAPS_static GetCountSummary(IEventOperations, String)

System_CAPS_pubmethodSystem_CAPS_static GetCountSummaryAsync(IEventOperations, String)

System_CAPS_pubmethodSystem_CAPS_static ListEvents(IEventOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static ListEventsAsync(IEventOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static ListEventsNext(IEventOperations, String)

The List Event Next operation lists the next set of events.

System_CAPS_pubmethodSystem_CAPS_static 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