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

MpnsHeaderCollection 类

定义

提供 MPNS 标头的集合。

[System.Runtime.Serialization.CollectionDataContract(ItemName="MpnsHeader", KeyName="Header", Name="MpnsHeaders", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")]
public sealed class MpnsHeaderCollection : System.Collections.Generic.SortedDictionary<string,string>
[<System.Runtime.Serialization.CollectionDataContract(ItemName="MpnsHeader", KeyName="Header", Name="MpnsHeaders", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")>]
type MpnsHeaderCollection = class
    inherit SortedDictionary<string, string>
Public NotInheritable Class MpnsHeaderCollection
Inherits SortedDictionary(Of String, String)
继承
MpnsHeaderCollection
属性

构造函数

MpnsHeaderCollection()

初始化 MpnsHeaderCollection 类的新实例。

适用于