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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.