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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.