IOpcApplication Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The IOpcApplication interface defines the following members.

Exited

C#

event EventHandler Exited

Exiting

C#

event EventHandler Exiting

Started

C#

event EventHandler Started

Starting

C#

event EventHandler Starting

Configuration

C#

OpcApplicationConfiguration Configuration { get; }


Property Value

OpcApplicationConfiguration

ProductCompany

C#

string ProductCompany { get; }


Property Value

String

ProductName

C#

string ProductName { get; }


Property Value

String

ProductVersion

C#

Version ProductVersion { get; }


Property Value

Version

Exit()

C#

void Exit()

Run()

C#

void Run()