OpcApplication Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

C#

public abstract class OpcApplication : IOpcApplication, IDisposable


Inheritance Object › OpcApplication


Derived


Implements IOpcApplication, IDisposable

Name Description
OpcApplication
Name Description
Exited
Exiting
Started
Starting
Name Description
AfterRun
BeforeRun
Dispose Releases all resources used by the OpcApplication.
Dispose(Boolean) Releases the unmanaged resources used by the OpcApplication and optionally releases the managed resources.
Exit
ExitCore
LoadConfiguration
LoadConfiguration(String)
LoadConfigurationCore(String)
OnExited(EventArgs)
OnExiting(EventArgs)
OnStarted(EventArgs)
OnStarting(EventArgs)
Run
RunCore