Sdílet prostřednictvím


JsonRpcResponseEventArgs(RequestId, Boolean) Konstruktor

Definice

Inicializuje novou instanci JsonRpcResponseEventArgs třídy.

public JsonRpcResponseEventArgs (StreamJsonRpc.RequestId requestId, bool isSuccessfulResponse);
new StreamJsonRpc.Reflection.JsonRpcResponseEventArgs : StreamJsonRpc.RequestId * bool -> StreamJsonRpc.Reflection.JsonRpcResponseEventArgs
Public Sub New (requestId As RequestId, isSuccessfulResponse As Boolean)

Parametry

requestId
RequestId

ID požadavku nebo odpovědi, které se událost týká.

isSuccessfulResponse
Boolean

Příznak označující, jestli je odpověď výsledkem (na rozdíl od chyby).

Platí pro