IEventOperations.ListEventsNextAsync Method (String, CancellationToken)
The List Event Next operation lists the next set of events.
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
Task<EventDataListResponse> ListEventsNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Task<EventDataListResponse^>^ ListEventsNextAsync(
String^ nextLink,
CancellationToken cancellationToken
)
abstract ListEventsNextAsync :
nextLink:string *
cancellationToken:CancellationToken -> Task<EventDataListResponse>
Function ListEventsNextAsync (
nextLink As String,
cancellationToken As CancellationToken
) As Task(Of EventDataListResponse)
Parameters
nextLink
Type: System.StringThe next link works as a continuation token when all of the events are not returned in the response and a second call is required
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<EventDataListResponse>
The List Events operation response.
See Also
IEventOperations Interface
Microsoft.Azure.Insights Namespace
Return to top