NamespaceManager.GetRevokedPublishersAsync(String) Méthode

Définition

Version asynchrone de GetRevokedPublishers(String).

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.RevokedPublisherDescription>> GetRevokedPublishersAsync (string entityPath);
member this.GetRevokedPublishersAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.ServiceBus.Messaging.RevokedPublisherDescription>>
Public Function GetRevokedPublishersAsync (entityPath As String) As Task(Of IEnumerable(Of RevokedPublisherDescription))

Paramètres

entityPath
String

Chemin d’accès au hub d’événements. Consultez Path.

Retours

Retourne un Task<TResult> contenant les éditeurs révoqués.

S’applique à