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

EventHubClient.GetRuntimeInformation 方法

定义

检索创建 EventHubSenderEventHubReceiver 对象所需的事件中心运行时信息。

public virtual Microsoft.ServiceBus.Messaging.EventHubRuntimeInformation GetRuntimeInformation ();
abstract member GetRuntimeInformation : unit -> Microsoft.ServiceBus.Messaging.EventHubRuntimeInformation
override this.GetRuntimeInformation : unit -> Microsoft.ServiceBus.Messaging.EventHubRuntimeInformation
Public Overridable Function GetRuntimeInformation () As EventHubRuntimeInformation

返回

返回 EventHubRuntimeInformation

适用于