WebbiWebProxyGetComponentsAsync - метод
Get information about system components.
Пространство имён: Tessa.WebbiСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public Task<WebbiWebProxyGetComponentsResponse> GetComponentsAsync(
string requestJwt,
CancellationToken cancellationToken = default
)
Public Function GetComponentsAsync (
requestJwt As String,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of WebbiWebProxyGetComponentsResponse)
public:
Task<WebbiWebProxyGetComponentsResponse^>^ GetComponentsAsync(
String^ requestJwt,
CancellationToken cancellationToken = CancellationToken()
)
member GetComponentsAsync :
requestJwt : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<WebbiWebProxyGetComponentsResponse>
- requestJwt String
- Request JWT.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskWebbiWebProxyGetComponentsResponseInformation about system components.