Table of Contents

OpcServerServiceApplication Class

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

C#

[CLSCompliant(false)]
public class OpcServerServiceApplication : OpcServerServiceApplication<OpcServer>, IOpcApplication, IDisposable


Inheritance ObjectOpcApplicationOpcServerServiceApplication<OpcServer> › OpcServerServiceApplication


Attributes CLSCompliantAttribute


Implements IOpcApplication, IDisposable

Constructors

Events

Name Description
Exited (Inherited from OpcApplication)
Exiting (Inherited from OpcApplication)
Started (Inherited from OpcApplication)
Starting (Inherited from OpcApplication)

Properties

Name Description
Company (Inherited from OpcApplication)
Configuration (Inherited from OpcApplication)
Current (Inherited from OpcApplication)
Name (Inherited from OpcApplication)
ProductCompany (Inherited from OpcApplication)
ProductName (Inherited from OpcApplication)
ProductVersion (Inherited from OpcApplication)
Version (Inherited from OpcApplication)

Methods

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