RequestId Konstruktory

Definicja

Przeciążenia

RequestId(Int64)

Inicjuje RequestId nowe wystąpienie struktury.

RequestId(String)

Inicjuje RequestId nowe wystąpienie struktury.

RequestId(Int64)

Inicjuje RequestId nowe wystąpienie struktury.

C#
public RequestId (long id);

Parametry

id
Int64

Identyfikator żądania.

Dotyczy

StreamJsonRpc 2.9 i inne wersje
Produkt Wersje
StreamJsonRpc 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9

RequestId(String)

Inicjuje RequestId nowe wystąpienie struktury.

C#
public RequestId (string id);
C#
public RequestId (string? id);

Parametry

id
String

Identyfikator żądania.

Dotyczy

StreamJsonRpc 2.9 i inne wersje
Produkt Wersje
StreamJsonRpc 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9