你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NamespaceManager.RevokePublisher(String, String) 方法

定义

将发布服务器添加到事件中心吊销列表。

public Microsoft.ServiceBus.Messaging.RevokedPublisherDescription RevokePublisher (string entityPath, string publisher);
member this.RevokePublisher : string * string -> Microsoft.ServiceBus.Messaging.RevokedPublisherDescription
Public Function RevokePublisher (entityPath As String, publisher As String) As RevokedPublisherDescription

参数

entityPath
String

必须在其中撤销发布者的事件中心路径。 请参阅 EventHubDescription

publisher
String

要撤销的发布服务器。

返回

返回 RevokedPublisherDescription

适用于