NamespaceManager.GetRevokedPublishersAsync(String) Method

Definition

Asynchronous version of 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))

Parameters

entityPath
String

Path to the Event Hub. See Path.

Returns

Returns a Task<TResult> containing the revoked publishers.

Applies to