OpcServerApplication<T> Members

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcServerApplication<T> type exposes the following members.

OpcServerApplication()

C#

public OpcServerApplication()


Exceptions

InvalidOperationException


OpcServerApplication(T)

C#

public OpcServerApplication(T server)


Parameters

server T



Exceptions

ArgumentNullException


InvalidOperationException


Configuration

C#

public override OpcApplicationConfiguration Configuration { get; }


Property Value

OpcApplicationConfiguration

Server

C#

public T Server { get; }


Property Value

T

ExitCore()

C#

protected override void ExitCore()

LoadConfigurationCore(String)

C#

protected override void LoadConfigurationCore(string configSectionName)


Parameters

configSectionName String


RunCore()

C#

protected override int RunCore()


Returns

Int32



Exceptions

InvalidOperationException