RequestId Konstruktory
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
RequestId(Int64) |
Inicjuje RequestId nowe wystąpienie struktury. |
RequestId(String) |
Inicjuje RequestId nowe wystąpienie struktury. |
Inicjuje RequestId nowe wystąpienie struktury.
public RequestId (long id);
new StreamJsonRpc.RequestId : int64 -> StreamJsonRpc.RequestId
Public Sub New (id As Long)
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 |
Inicjuje RequestId nowe wystąpienie struktury.
public RequestId (string id);
public RequestId (string? id);
new StreamJsonRpc.RequestId : string -> StreamJsonRpc.RequestId
Public Sub New (id As String)
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 |