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

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
CreateClient ( ) : ComClient

Creates a new client object.

UpdateStatus ( ) : bool

Updates the status node.

Method Details

ComAeClientManager() public méthode

Initializes a new instance of the ComAeClientManager class.
public ComAeClientManager ( ) : System
Résultat System

CreateClient() protected méthode

Creates a new client object.
protected CreateClient ( ) : ComClient
Résultat ComClient

SelectClient() public méthode

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.
Résultat ComAeClient

UpdateStatus() protected méthode

Updates the status node.
protected UpdateStatus ( ) : bool
Résultat bool