Share via


RequestId Constructors

Definition

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.

Applies to