ReceiveActivity.Context 属性

定义

获取此活动的上下文信息。

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)

属性值

包含 IDictionary<TKey,TValue> 此活动的上下文信息的对象。

属性

注解

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

适用于