JsonRpc.CreateNewRequestId 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 a unique RequestId for an outbound request.
protected virtual StreamJsonRpc.RequestId CreateNewRequestId ();
abstract member CreateNewRequestId : unit -> StreamJsonRpc.RequestId
override this.CreateNewRequestId : unit -> StreamJsonRpc.RequestId
Protected Overridable Function CreateNewRequestId () As RequestId
Returns
The unique RequestId.