ITcHmiSrvExtAsyncHost Methods
The ITcHmiSrvExtAsyncHost type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Deletes a Value from the configuration of the TwinCAT HMI server extension. | |
|
|
Deletes a Value from the configuration of the TwinCAT HMI server extension as an asynchronous operation. | |
|
|
Executes a single Command in the domain of the specified Context. | |
|
|
Executes the specified CommandGroup inside any domain. | |
|
|
Executes a single Command in the domain of the specified Context as an asynchronous operation. | |
|
|
Executes the specified CommandGroup inside any domain as an asynchronous operation. | |
|
|
Gets the configuration Value at the specified path. | |
|
|
Gets the configuration Value at the specified path as an asynchronous operation. | |
|
|
Localizes an ILocalizable. | |
|
|
Localizes an ILocalizable as an asynchronous operation. | |
|
|
Sends a notification if an Alarm has changed. | |
|
|
Sends a notification if an Alarm has changed as an asynchronous operation. | |
|
|
Registers the specified IListener at the TwinCAT HMI server. | |
|
|
Registers the specified IListener at the TwinCAT HMI server for the specified domain. | |
|
|
Registers the specified IListener at the TwinCAT HMI server using the specified settings. | |
|
|
Registers the specified IListener at the TwinCAT HMI server for the specified domain using the specified settings. | |
|
|
Registers the specified IListener at the TwinCAT HMI server as an asynchronous operation. | |
|
|
Registers the specified IListener at the TwinCAT HMI server for the specified domain as an asynchronous operation. | |
|
|
Registers the specified IListener at the TwinCAT HMI server using the specified settings as an asynchronous operation. | |
|
|
Registers the specified IListener at the TwinCAT HMI server for the specified domain using the specified settings as an asynchronous operation. | |
|
|
Sends a notification if an Alarm should be removed. | |
|
|
Sends a notification if an Alarm should be removed as an asynchronous operation. | |
|
|
Renames a Value in the configuration of the TwinCAT HMI server extension. | |
|
|
Renames a Value in the configuration of the TwinCAT HMI server extension as an asynchronous operation. | |
|
|
Replaces a Value in the configuration of the TwinCAT HMI server extension. | |
|
|
Replaces a Value in the configuration of the TwinCAT HMI server extension as an asynchronous operation. | |
|
|
Triggers a refresh of the list of events provided by a TwinCAT HMI server extension that implements the AlarmProviderListener. | |
|
|
Triggers a refresh of the list of events provided by a TwinCAT HMI server extension that implements the AlarmProviderListener as an asynchronous operation. | |
|
|
Adds or updates an Event. | |
|
|
Adds a Message. | |
|
|
Adds or updates an Event. | |
|
|
Adds a Message. | |
|
|
Adds or updates an Event as an asynchronous operation. | |
|
|
Adds a Message as an asynchronous operation. | |
|
|
Adds or updates an Event as an asynchronous operation. | |
|
|
Adds a Message as an asynchronous operation. | |
|
|
Tries to add a Value to a map or
vector in the configuration of the TwinCAT HMI server extension or
update an existing configuration Value. Since the
configuration Value is set
asynchronously, you cannot rely on the Value really being
set after this method returned. Therefore, you must verify this by
using OnChange or calling
GetConfigValue(Context,
String). | |
|
|
Tries to add a Value to a map or
vector in the configuration of the TwinCAT HMI server extension or
update an existing configuration Value as an
asynchronous operation. Since the configuration Value is set
asynchronously, you cannot rely on the Value really being
set after this method returned. Therefore, you must verify this by
using OnChange or calling
GetConfigValueAsync(Context,
String). | |
|
|
Changes the friendly name of a TwinCAT HMI server extension. | |
|
|
Changes the friendly name of a TwinCAT HMI server extension as an asynchronous operation. | |
|
|
Tries to localize an ILocalizable. | |
|
|
Tries to localize an ILocalizable as an asynchronous operation. | |
|
|
Unregisters the specified IListener at the TwinCAT HMI server. All registered IListeners are unregistered automatically when the extension is shut down. | |
|
|
Unregisters the specified IListener at the TwinCAT HMI server as an asynchronous operation. All registered IListeners are unregistered automatically when the extension is shut down. |
Reference
ITcHmiSrvExtAsyncHost Interface TcHmiSrv.Core Namespace
Copyright © Beckhoff Automation GmbH & Co. KG
- ITcHmiSrvExtAsyncHostDeleteConfigValue Method
- ITcHmiSrvExtAsyncHostDeleteConfigValueAsync Method
- ITcHmiSrvExtAsyncHostExecute Method
- ITcHmiSrvExtAsyncHostExecuteAsync Method
- ITcHmiSrvExtAsyncHostGetConfigValue Method
- ITcHmiSrvExtAsyncHostGetConfigValueAsync Method
- ITcHmiSrvExtAsyncHostLocalize Method
- ITcHmiSrvExtAsyncHostLocalizeAsync Method
- ITcHmiSrvExtAsyncHostNotifyListener Method
- ITcHmiSrvExtAsyncHostNotifyListenerAsync Method
- ITcHmiSrvExtAsyncHostRegisterListener Method
- ITcHmiSrvExtAsyncHostRegisterListenerAsync Method
- ITcHmiSrvExtAsyncHostRemoveTemporaryEvent Method
- ITcHmiSrvExtAsyncHostRemoveTemporaryEventAsync Method
- ITcHmiSrvExtAsyncHostRenameConfigValue Method
- ITcHmiSrvExtAsyncHostRenameConfigValueAsync Method
- ITcHmiSrvExtAsyncHostReplaceConfigValue Method
- ITcHmiSrvExtAsyncHostReplaceConfigValueAsync Method
- ITcHmiSrvExtAsyncHostResetTemporaryEvents Method
- ITcHmiSrvExtAsyncHostResetTemporaryEventsAsync Method
- ITcHmiSrvExtAsyncHostSend Method
- ITcHmiSrvExtAsyncHostSendAsync Method
- ITcHmiSrvExtAsyncHostSetConfigValue Method
- ITcHmiSrvExtAsyncHostSetConfigValueAsync Method
- ITcHmiSrvExtAsyncHostSetFriendlyName Method
- ITcHmiSrvExtAsyncHostSetFriendlyNameAsync Method
- ITcHmiSrvExtAsyncHostTryLocalize Method
- ITcHmiSrvExtAsyncHostTryLocalizeAsync Method
- ITcHmiSrvExtAsyncHostUnregisterListener Method
- ITcHmiSrvExtAsyncHostUnregisterListenerAsync Method