C# 클래스 Opc.Ua.Com.Client.ComDaClientManager

Manages the DA COM connections used by the UA server.
상속: ComClientManager
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
CreateClient ( ) : ComClient

Creates a new client object.

UpdateStatus ( ) : bool

Updates the status node.

메소드 상세

ComDaClientManager() 공개 메소드

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

CreateClient() 보호된 메소드

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

SelectClient() 공개 메소드

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.
리턴 ComDaClient

UpdateStatus() 보호된 메소드

Updates the status node.
protected UpdateStatus ( ) : bool
리턴 bool