Partager via


NotificationHubClient.GetFeedbackContainerUriAsync Méthode

Définition

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 à