Methods
A
method
is an action or subprogram that an event performs under certain circumstances. An event performs a method when:
- an event occurs at runtime
- an event required by a runtime C# script occurs at runtime
- a request from an OPC UA client occurs at runtime
- a C# script runs at design time
Provide Feedback