EventQueueName.GetCorrelationValues 方法

定义

返回 CorrelationProperty 数组,该数组包含与 EventQueueName 关联的所有相关属性。

public:
 cli::array <System::Workflow::Runtime::CorrelationProperty ^> ^ GetCorrelationValues();
public System.Workflow.Runtime.CorrelationProperty[] GetCorrelationValues ();
member this.GetCorrelationValues : unit -> System.Workflow.Runtime.CorrelationProperty[]
Public Function GetCorrelationValues () As CorrelationProperty()

返回

CorrelationProperty[]

CorrelationProperty 数组,该数组包含与 EventQueueName 关联的所有相关属性。

适用于