CorrelationKey(IDictionary<String,String>, XName, XNamespace) 생성자

정의

지정된 키 데이터, 범위 이름 및 공급자를 사용하여 CorrelationKey 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

keyData
IDictionary<String,String>

키 데이터입니다.

scopeName
XName

범위 이름입니다.

provider
XNamespace

공급자입니다.

적용 대상