C# 클래스 Opc.Ua.SystemContext

A generic implementation for ISystemContext interface.
상속: ISystemContext, IOperationContext
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( IOperationContext context ) : ISystemContext

Creates a copy of the context that can be used with the specified operation context.

SystemContext ( ) : System

Initializes a new instance of the SystemContext class.

SystemContext ( IOperationContext context ) : System

Initializes a new instance of the SystemContext class.

메소드 상세

Copy() 공개 메소드

Creates a copy of the context that can be used with the specified operation context.
public Copy ( IOperationContext context ) : ISystemContext
context IOperationContext The operation context to use.
리턴 ISystemContext

SystemContext() 공개 메소드

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

SystemContext() 공개 메소드

Initializes a new instance of the SystemContext class.
public SystemContext ( IOperationContext context ) : System
context IOperationContext The context.
리턴 System