C# Class Opc.Ua.Com.Client.ComAeClientManager

Manages the AE COM connections used by the UA server.
Inheritance: ComClientManager
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
ComAeClientManager ( ) : System

Initializes a new instance of the ComAeClientManager class.

SelectClient ( ServerSystemContext context, bool useDefault ) : ComAeClient

Selects the AE COM client to use for the current context.

Protected Methods

Method Description
CreateClient ( ) : ComClient

Creates a new client object.

UpdateStatus ( ) : bool

Updates the status node.

Method Details

ComAeClientManager() public method

Initializes a new instance of the ComAeClientManager class.
public ComAeClientManager ( ) : System
return System

CreateClient() protected method

Creates a new client object.
protected CreateClient ( ) : ComClient
return ComClient

SelectClient() public method

Selects the AE COM client to use for the current context.
public SelectClient ( ServerSystemContext context, bool useDefault ) : ComAeClient
context Opc.Ua.Server.ServerSystemContext The context.
useDefault bool If true the default instance is used.
return ComAeClient

UpdateStatus() protected method

Updates the status node.
protected UpdateStatus ( ) : bool
return bool