ReceiveActivity.Context Egenskap

Definition

Hämtar kontextinformation för den här aktiviteten.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Context { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IDictionary<string,string> Context { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Context : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Context As IDictionary(Of String, String)

Egenskapsvärde

Ett IDictionary<TKey,TValue> objekt som innehåller kontextinformation för den här aktiviteten.

Attribut

Kommentarer

Kontextinformation används för kommunikation mellan klienten och den tjänst som den kommunicerar med och innehåller bland annat identifiering för korrelation.

Gäller för