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

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

Public Methods

Method 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.

Protected Methods

Method Description
CreateClient ( ) : ComClient

Creates a new client object.

UpdateStatus ( ) : bool

Updates the status node.

Method Details

ComDaClientManager() public method

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

CreateClient() protected method

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

SelectClient() public method

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.
return ComDaClient

UpdateStatus() protected method

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