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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
CreateClient ( ) : ComClient

Creates a new client object.

UpdateStatus ( ) : bool

Updates the status node.

메소드 상세

ComAeClientManager() 공개 메소드

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

CreateClient() 보호된 메소드

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

SelectClient() 공개 메소드

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

UpdateStatus() 보호된 메소드

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