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

ActorRemotingDispatchHeaders.CallContext 属性

定义

获取或设置调用上下文。 这用于限制执行组件中的重新进入。 这是一个可选标头。 如果未指定 。 它会检查现有的 callContext,然后将 Guid 追加到其中,并将其用作此请求的 callContext。 如果现有的 callContext 不存在,它将随机 Guid 分配给它。

public string CallContext { get; set; }
member this.CallContext : string with get, set
Public Property CallContext As String

属性值

适用于