你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PartitionContext(String, String, String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PartitionContext 类的新实例。
protected internal PartitionContext (string fullyQualifiedNamespace, string eventHubName, string consumerGroup, string partitionId);
new Azure.Messaging.EventHubs.Consumer.PartitionContext : string * string * string * string -> Azure.Messaging.EventHubs.Consumer.PartitionContext
Protected Friend Sub New (fullyQualifiedNamespace As String, eventHubName As String, consumerGroup As String, partitionId As String)
参数
- fullyQualifiedNamespace
- String
与此上下文关联的完全限定的事件中心命名空间。
- eventHubName
- String
与此上下文关联的事件中心分区的名称。
- consumerGroup
- String
与此上下文关联的使用者组的名称。
- partitionId
- String
与此上下文关联的事件中心分区的标识符。