ITcHmiSrvExtAsyncHost.GetConfigValueAsync Method

Gets the configuration Value at the specified path as an asynchronous operation.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

Task<Value> GetConfigValueAsync(
    Context context,
    string path
)

Parameters

context

Type: TcHmiSrv.Core.Context
A Context that contains information about the user who tries to get the configuration Value.

path

Type: System.String
The path of the requested configuration Value.

Return Value

Type: Task.Value.
A Task.TResult. that represents the asynchronous operation. The Result of the Task.TResult. returns the Value at the specified path if it exists; otherwise a Value that of Null.

Reference

ITcHmiSrvExtAsyncHost Interface

TcHmiSrv.Core Namespace