EventQueueName.GetCorrelationValues Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce una matrice CorrelationProperty che contiene tutte le proprietà di correlazione associate all'oggetto 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()
Restituisce
La matrice CorrelationProperty che contiene tutte le proprietà di correlazione associate all'oggetto EventQueueName.