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