EventOperationsExtensions.ListEventsNextAsync Method (IEventOperations, String)
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
public static Task<EventDataListResponse> ListEventsNextAsync(
this IEventOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<EventDataListResponse^>^ ListEventsNextAsync(
IEventOperations^ operations,
String^ nextLink
)
static member ListEventsNextAsync :
operations:IEventOperations *
nextLink:string -> Task<EventDataListResponse>
<ExtensionAttribute>
Public Shared Function ListEventsNextAsync (
operations As IEventOperations,
nextLink As String
) As Task(Of EventDataListResponse)
Parameters
operations
Type: Microsoft.Azure.Insights.IEventOperationsReference to the Microsoft.Azure.Insights.IEventOperations.
nextLink
Type: System.StringRequired. 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<EventDataListResponse>
The List Events operation response.
See Also
EventOperationsExtensions Class
Microsoft.Azure.Insights Namespace
Return to top