CorrelationMessageProperty Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса CorrelationMessageProperty.
Перегрузки
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>
Временные корреляции.