Click or drag to resize
weroSoft AG, Software
IGenericHttpClientGetResultByPathAsyncTResult Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a partial result of the call.

Namespace:  WeroSoft.Communication.Http
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
Task<TResult> GetResultByPathAsync<TResult>(
	string jsonPath
)

Parameters

jsonPath
Type: SystemString
The path to the part of the result.

Type Parameters

TResult
The type of the result to receive from the server's answer.

Return Value

Type: TaskTResult
The object received.
See Also