CorrelationKey(IDictionary<String,String>, XName, XNamespace) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CorrelationKey class using the specified key data, scope name, and provider.
public:
CorrelationKey(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ keyData, System::Xml::Linq::XName ^ scopeName, System::Xml::Linq::XNamespace ^ provider);
public CorrelationKey (System.Collections.Generic.IDictionary<string,string> keyData, System.Xml.Linq.XName scopeName, System.Xml.Linq.XNamespace provider);
new System.ServiceModel.Channels.CorrelationKey : System.Collections.Generic.IDictionary<string, string> * System.Xml.Linq.XName * System.Xml.Linq.XNamespace -> System.ServiceModel.Channels.CorrelationKey
Public Sub New (keyData As IDictionary(Of String, String), scopeName As XName, provider As XNamespace)
Parameters
- keyData
- IDictionary<String,String>
The key data.
- scopeName
- XName
The scope name.
- provider
- XNamespace
The provider.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.