Share via


JsonRpc.JoinableTaskFactory Property

Definition

Gets or sets the JoinableTaskFactory to participate in to mitigate deadlocks with the main thread.

public Microsoft.VisualStudio.Threading.JoinableTaskFactory? JoinableTaskFactory { get; set; }
member this.JoinableTaskFactory : Microsoft.VisualStudio.Threading.JoinableTaskFactory with get, set
Public Property JoinableTaskFactory As JoinableTaskFactory

Property Value

Defaults to null.

Applies to