NotificationHubClient.GetFeedbackContainerUriAsync 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
GetFeedbackContainerUriAsync() |
Obtient l’URI du conteneur de commentaires de manière asynchrone. |
GetFeedbackContainerUriAsync(CancellationToken) |
Obtient l’URI du conteneur de commentaires de manière asynchrone. |
GetFeedbackContainerUriAsync()
Obtient l’URI du conteneur de commentaires de manière asynchrone.
public System.Threading.Tasks.Task<Uri> GetFeedbackContainerUriAsync ();
abstract member GetFeedbackContainerUriAsync : unit -> System.Threading.Tasks.Task<Uri>
override this.GetFeedbackContainerUriAsync : unit -> System.Threading.Tasks.Task<Uri>
Public Function GetFeedbackContainerUriAsync () As Task(Of Uri)
Retours
Tâche qui représente l’opération asynchrone.
Implémente
S’applique à
GetFeedbackContainerUriAsync(CancellationToken)
Obtient l’URI du conteneur de commentaires de manière asynchrone.
public System.Threading.Tasks.Task<Uri> GetFeedbackContainerUriAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetFeedbackContainerUriAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Uri>
override this.GetFeedbackContainerUriAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Uri>
Public Function GetFeedbackContainerUriAsync (cancellationToken As CancellationToken) As Task(Of Uri)
Paramètres
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Tâche qui représente l’opération asynchrone.
Implémente
S’applique à
Azure SDK for .NET