Share via


ActorRemotingDispatchHeaders.CallContext Property

Definition

Gets or sets the call context. This is used to limit re-entrancy in actors. This is an optional header. If not specified . It checks for existing callContext then it appends Guid to it and use it as a callContext for this request. If existing callContext is not present, it assigns random Guid to it.

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

Property Value

Applies to