IJsonRpcMessageFactory.CreateResultMessage Method
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.
Creates an instance of JsonRpcResult suitable for transmission over the IJsonRpcMessageFormatter.
public StreamJsonRpc.Protocol.JsonRpcResult CreateResultMessage ();
abstract member CreateResultMessage : unit -> StreamJsonRpc.Protocol.JsonRpcResult
Public Function CreateResultMessage () As JsonRpcResult
Returns
An instance of JsonRpcResult.