SendActivity.Context 属性

定义

返回一个字典,该字典包含用于在客户端与其通信的服务之间通信的上下文,包括用于关联标识之类的内容。

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)

属性值

一个基于字典的集合,其中包含 XmlQualifiedName 键及其关联的 String 值。

属性

注解

上下文信息用于客户端与其通信的服务之间的通信,并包括相关标识等内容。

适用于