Partager via


ApplicationInsightsDataClientExtensions.GetPageViewEventAsync Méthode

Définition

Obtenir un événement d’affichage de page

public static System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Models.EventsPageViewResult>> GetPageViewEventAsync (this Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient operations, string eventId, TimeSpan? timespan = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPageViewEventAsync : Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient * string * Nullable<TimeSpan> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Models.EventsPageViewResult>>
<Extension()>
Public Function GetPageViewEventAsync (operations As IApplicationInsightsDataClient, eventId As String, Optional timespan As Nullable(Of TimeSpan) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventsResults(Of EventsPageViewResult))

Paramètres

operations
IApplicationInsightsDataClient

Groupe d’opérations pour cette méthode d’extension.

eventId
String

ID de l’événement.

timespan
Nullable<TimeSpan>

facultatif. Intervalle de temps sur lequel récupérer des événements. Il s’agit d’une valeur de période ISO8601. Ce délai est appliqué en plus de tous les éléments spécifiés dans l’expression Odata.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtient les données d’un événement d’affichage de page unique

S’applique à