SendActivity.Context Egenskap

Definition

Returnerar en ordlista som innehåller kontexten som används för kommunikation mellan klienten och den tjänst som den kommunicerar med, inklusive sådant som identifiering för korrelation.

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

Egenskapsvärde

En ordlistebaserad samling som innehåller XmlQualifiedName nycklar och deras associerade String värden.

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