CorrelationCallbackMessageProperty 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개체를 초기화하기 위해 파생 클래스 생성자에서 호출됩니다.
오버로드
CorrelationCallbackMessageProperty(ICollection<String>) |
파생 클래스에서 호출되며, 상관 관계를 계산하는 데 필요한 상관 관계 데이터의 지정된 컬렉션을 사용하여 파생 클래스의 새 인스턴스를 초기화합니다. |
CorrelationCallbackMessageProperty(CorrelationCallbackMessageProperty) |
파생 클래스에서 호출되며, 다른 CorrelationCallbackMessageProperty 파생 클래스 인스턴스에서 필요한 상관 관계 데이터를 사용하여 파생 클래스의 새 인스턴스를 초기화합니다. |
CorrelationCallbackMessageProperty(ICollection<String>)
파생 클래스에서 호출되며, 상관 관계를 계산하는 데 필요한 상관 관계 데이터의 지정된 컬렉션을 사용하여 파생 클래스의 새 인스턴스를 초기화합니다.
protected:
CorrelationCallbackMessageProperty(System::Collections::Generic::ICollection<System::String ^> ^ neededData);
protected CorrelationCallbackMessageProperty (System.Collections.Generic.ICollection<string> neededData);
new System.ServiceModel.Channels.CorrelationCallbackMessageProperty : System.Collections.Generic.ICollection<string> -> System.ServiceModel.Channels.CorrelationCallbackMessageProperty
Protected Sub New (neededData As ICollection(Of String))
매개 변수
- neededData
- ICollection<String>
상관 관계를 계산하는 데 필요한 상관 관계 데이터입니다.
적용 대상
CorrelationCallbackMessageProperty(CorrelationCallbackMessageProperty)
파생 클래스에서 호출되며, 다른 CorrelationCallbackMessageProperty 파생 클래스 인스턴스에서 필요한 상관 관계 데이터를 사용하여 파생 클래스의 새 인스턴스를 초기화합니다.
protected:
CorrelationCallbackMessageProperty(System::ServiceModel::Channels::CorrelationCallbackMessageProperty ^ callback);
protected CorrelationCallbackMessageProperty (System.ServiceModel.Channels.CorrelationCallbackMessageProperty callback);
new System.ServiceModel.Channels.CorrelationCallbackMessageProperty : System.ServiceModel.Channels.CorrelationCallbackMessageProperty -> System.ServiceModel.Channels.CorrelationCallbackMessageProperty
Protected Sub New (callback As CorrelationCallbackMessageProperty)
매개 변수
- callback
- CorrelationCallbackMessageProperty
복사할 CorrelationCallbackMessageProperty 파생 클래스 인스턴스입니다.