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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.