RequestId Constructors
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.
Overloads
| RequestId(Int64) |
Initializes a new instance of the RequestId struct. |
| RequestId(String) |
Initializes a new instance of the RequestId struct. |
RequestId(Int64)
- Source:
- RequestId.cs
- Source:
- RequestId.cs
- Source:
- RequestId.cs
Initializes a new instance of the RequestId struct.
public RequestId(long id);
new StreamJsonRpc.RequestId : int64 -> StreamJsonRpc.RequestId
Public Sub New (id As Long)
Parameters
- id
- Int64
The ID of the request.
Applies to
RequestId(String)
- Source:
- RequestId.cs
- Source:
- RequestId.cs
- Source:
- RequestId.cs
Initializes a new instance of the RequestId struct.
public RequestId(string? id);
public RequestId(string id);
new StreamJsonRpc.RequestId : string -> StreamJsonRpc.RequestId
Public Sub New (id As String)
Parameters
- id
- String
The ID of the request.