共用方式為


RequestId 建構函式

定義

多載

RequestId(Int64)

初始化 RequestId 結構的新執行個體。

RequestId(String)

初始化 RequestId 結構的新執行個體。

RequestId(Int64)

初始化 RequestId 結構的新執行個體。

public RequestId (long id);
new StreamJsonRpc.RequestId : int64 -> StreamJsonRpc.RequestId
Public Sub New (id As Long)

參數

id
Int64

要求的識別碼。

適用於

RequestId(String)

初始化 RequestId 結構的新執行個體。

public RequestId (string id);
public RequestId (string? id);
new StreamJsonRpc.RequestId : string -> StreamJsonRpc.RequestId
Public Sub New (id As String)

參數

id
String

要求的識別碼。

適用於