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 |
path |
Type: System.String |
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.