你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TraceLogProvider.OpenMappedContext(String, String) 方法

定义

打开映射诊断上下文。

public IDisposable OpenMappedContext (string key, string value);
abstract member OpenMappedContext : string * string -> IDisposable
override this.OpenMappedContext : string * string -> IDisposable
Public Function OpenMappedContext (key As String, value As String) As IDisposable

参数

key
String

要添加到诊断上下文的键。

value
String

要添加到诊断上下文的值。

返回

释放后从上下文中删除消息的一个可释放项。

实现

适用于