CorrelationMessageProperty Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de CorrelationMessageProperty klasse.
Overloads
| Name | Description |
|---|---|
| CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>) |
Initialiseert een nieuw exemplaar van de CorrelationMessageProperty klasse met behulp van de opgegeven correlatiesleutels. |
| CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>) |
Initialiseert een nieuw exemplaar van de CorrelationMessageProperty klasse. |
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)
Initialiseert een nieuw exemplaar van de CorrelationMessageProperty klasse met behulp van de opgegeven correlatiesleutels.
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))
Parameters
- correlationKey
- InstanceKey
De exemplaarsleutel voor de primaire correlatie.
- additionalKeys
- IEnumerable<InstanceKey>
Exemplaarsleutels voor extra correlaties.
Van toepassing op
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)
Initialiseert een nieuw exemplaar van de CorrelationMessageProperty klasse.
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))
Parameters
- correlationKey
- InstanceKey
De correlatiesleutel.
- additionalKeys
- IEnumerable<InstanceKey>
De extra sleutels.
- transientCorrelations
- IEnumerable<InstanceKey>
De tijdelijke correlaties.