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)

Task<EventDataListResponse^>^ ListEventsNextAsync(
	String^ nextLink,
	CancellationToken cancellationToken
)

Parameters

nextLink
Type: System::String^

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

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<EventDataListResponse^>^

The List Events operation response.

Return to top
Show: