EventOperationsExtensions.ListEventsNextAsync Method (IEventOperations, String)
The List Event Next operation lists the next set of events.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
<ExtensionAttribute> Public Shared Function ListEventsNextAsync ( operations As IEventOperations, nextLink As String ) As Task(Of EventDataListResponse)
Parameters
- operations
-
Type:
Microsoft.Azure.Insights.IEventOperations
Reference to the Microsoft.Azure.Insights.IEventOperations.
- nextLink
-
Type:
System.String
Required. The next link works as a continuation token when all of the events are not returned in the response and a second call is required
Return Value
Type: System.Threading.Tasks.Task(Of EventDataListResponse)The List Events operation response.
Show: