InMemoryChannel.Flush Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Flush() |
Envoie tous les éléments de télémétrie stockés en mémoire. |
Flush(TimeSpan) |
Envoie tous les éléments de télémétrie stockés en mémoire. |
Flush()
Envoie tous les éléments de télémétrie stockés en mémoire.
public void Flush ();
abstract member Flush : unit -> unit
override this.Flush : unit -> unit
Public Sub Flush ()
Implémente
S’applique à
Flush(TimeSpan)
Envoie tous les éléments de télémétrie stockés en mémoire.
public void Flush (TimeSpan timeout);
member this.Flush : TimeSpan -> unit
Public Sub Flush (timeout As TimeSpan)
Paramètres
- timeout
- TimeSpan
Intervalle de délai d’expiration pour abandonner l’envoi.
S’applique à
Azure SDK for .NET