JsonRpc.DispatchCompletion 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 a Task that completes when no local target methods are executing from an RPC call.
public System.Threading.Tasks.Task DispatchCompletion { get; }
member this.DispatchCompletion : System.Threading.Tasks.Task
Public ReadOnly Property DispatchCompletion As Task
Property Value
Remarks
If the JSON-RPC connection is still active when retrieving this property's value, the returned Task will complete when no local dispatches are in progress, even if the connection is still active. Retrieving the property after a previously obtained Task has completed will result in a new, incomplete Task if incoming requests are currently in dispatch.