Share via


JsonRpc.SynchronizationContext Property

Definition

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.

Applies to