Share via


CorrelationMessageProperty.TransientCorrelations 屬性

定義

取得這個 CorrelationMessageProperty 的暫時性互相關聯執行個體索引鍵的集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ TransientCorrelations { System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceKey> TransientCorrelations { get; }
member this.TransientCorrelations : System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceKey>
Public ReadOnly Property TransientCorrelations As ReadOnlyCollection(Of InstanceKey)

屬性值

暫時性互相關聯執行個體索引鍵的集合。

適用於