CorrelationMessageProperty 생성자

정의

CorrelationMessageProperty 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

지정된 상관 관계 키를 사용하여 클래스의 CorrelationMessageProperty 새 인스턴스를 초기화합니다.

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)

CorrelationMessageProperty 클래스의 새 인스턴스를 초기화합니다.

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

지정된 상관 관계 키를 사용하여 클래스의 CorrelationMessageProperty 새 인스턴스를 초기화합니다.

public:
 CorrelationMessageProperty(System::Runtime::DurableInstancing::InstanceKey ^ correlationKey, System::Collections::Generic::IEnumerable<System::Runtime::DurableInstancing::InstanceKey ^> ^ additionalKeys);
public CorrelationMessageProperty(System.Runtime.DurableInstancing.InstanceKey correlationKey, System.Collections.Generic.IEnumerable<System.Runtime.DurableInstancing.InstanceKey> additionalKeys);
new System.ServiceModel.Channels.CorrelationMessageProperty : System.Runtime.DurableInstancing.InstanceKey * seq<System.Runtime.DurableInstancing.InstanceKey> -> System.ServiceModel.Channels.CorrelationMessageProperty
Public Sub New (correlationKey As InstanceKey, additionalKeys As IEnumerable(Of InstanceKey))

매개 변수

correlationKey
InstanceKey

기본 상관 관계에 대한 인스턴스 키입니다.

additionalKeys
IEnumerable<InstanceKey>

추가 상관 관계를 위한 인스턴스 키입니다.

적용 대상

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)

CorrelationMessageProperty 클래스의 새 인스턴스를 초기화합니다.

public:
 CorrelationMessageProperty(System::Runtime::DurableInstancing::InstanceKey ^ correlationKey, System::Collections::Generic::IEnumerable<System::Runtime::DurableInstancing::InstanceKey ^> ^ additionalKeys, System::Collections::Generic::IEnumerable<System::Runtime::DurableInstancing::InstanceKey ^> ^ transientCorrelations);
public CorrelationMessageProperty(System.Runtime.DurableInstancing.InstanceKey correlationKey, System.Collections.Generic.IEnumerable<System.Runtime.DurableInstancing.InstanceKey> additionalKeys, System.Collections.Generic.IEnumerable<System.Runtime.DurableInstancing.InstanceKey> transientCorrelations);
new System.ServiceModel.Channels.CorrelationMessageProperty : System.Runtime.DurableInstancing.InstanceKey * seq<System.Runtime.DurableInstancing.InstanceKey> * seq<System.Runtime.DurableInstancing.InstanceKey> -> System.ServiceModel.Channels.CorrelationMessageProperty
Public Sub New (correlationKey As InstanceKey, additionalKeys As IEnumerable(Of InstanceKey), transientCorrelations As IEnumerable(Of InstanceKey))

매개 변수

correlationKey
InstanceKey

상관 관계 키입니다.

additionalKeys
IEnumerable<InstanceKey>

추가 키입니다.

transientCorrelations
IEnumerable<InstanceKey>

일시적인 상관 관계입니다.

적용 대상