JsonRpc.CancelLocallyInvokedMethodsWhenConnectionIsClosed 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 a value indicating whether to cancel all methods dispatched locally that accept a CancellationToken when the connection with the remote party is closed.
public bool CancelLocallyInvokedMethodsWhenConnectionIsClosed { get; set; }
member this.CancelLocallyInvokedMethodsWhenConnectionIsClosed : bool with get, set
Public Property CancelLocallyInvokedMethodsWhenConnectionIsClosed As Boolean