JsonRpc.JoinableTaskTracker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the JsonRpc.JoinableTaskTokenTracker to use to correlate JoinableTask tokens.
This property is only applicable when JoinableTaskFactory is null.
public StreamJsonRpc.JsonRpc.JoinableTaskTokenTracker JoinableTaskTracker { get; set; }
member this.JoinableTaskTracker : StreamJsonRpc.JsonRpc.JoinableTaskTokenTracker with get, set
Public Property JoinableTaskTracker As JsonRpc.JoinableTaskTokenTracker
Property Value
Defaults to an instance shared with all other JsonRpc instances that do not otherwise set this value explicitly.
Remarks
This property is ignored when JoinableTaskFactory is set to a non-null value.
This property should only be set explicitly when in an advanced scenario where one process has many JsonRpc instances that interact with multiple remote processes such that avoiding correlating JoinableTask tokens across JsonRpc instances is undesirable.