JsonRpc.SynchronizationContext 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 SynchronizationContext to use when invoking methods requested by the remote party.
public System.Threading.SynchronizationContext SynchronizationContext { get; set; }
public System.Threading.SynchronizationContext? SynchronizationContext { get; set; }
member this.SynchronizationContext : System.Threading.SynchronizationContext with get, set
Public Property SynchronizationContext As SynchronizationContext
Property Value
Defaults to null.
Remarks
When not specified, methods are invoked on the threadpool.