ITcHmiSrvExtAsyncHost.ResetTemporaryEventsAsync Method

Triggers a refresh of the list of events provided by a TwinCAT HMI server extension that implements the AlarmProviderListener as an asynchronous operation.

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

Syntax

C#

Task ResetTemporaryEventsAsync(
    Context context
)

Parameters

context

Type: TcHmiSrv.Core.Context
A Context containing information about the user who tries to refresh temporary events and the domain of the TwinCAT HMI server extension that should be refreshed.

Return Value

Type: Task
A Task that represents the asynchronous operation.

Reference

ITcHmiSrvExtAsyncHost Interface

TcHmiSrv.Core Namespace