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

Manages the DA 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
ComDaClientManager ( ) : System

Initializes a new instance of the ComDaClientManager class.

SelectClient ( ServerSystemContext context, bool useDefault ) : ComDaClient

Selects the DA 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

ComDaClientManager() public méthode

Initializes a new instance of the ComDaClientManager class.
public ComDaClientManager ( ) : 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 DA COM client to use for the current context.
public SelectClient ( ServerSystemContext context, bool useDefault ) : ComDaClient
context Opc.Ua.Server.ServerSystemContext The context.
useDefault bool True if the the default instance should be returned.
Résultat ComDaClient

UpdateStatus() protected méthode

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