C# 클래스 Opc.Ua.Server.ServerSystemContext

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

공개 메소드들

메소드 설명
Copy ( ) : ServerSystemContext

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

Copy ( OperationContext context ) : ServerSystemContext

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

Copy ( ServerSystemContext context ) : ServerSystemContext

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

Copy ( Session session ) : ServerSystemContext

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

ServerSystemContext ( IServerInternal server ) : System

Initializes a new instance of the SystemContext class.

ServerSystemContext ( IServerInternal server, OperationContext context ) : System

Initializes a new instance of the SystemContext class.

ServerSystemContext ( IServerInternal server, Session session ) : 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 ( ) : ServerSystemContext
리턴 ServerSystemContext

Copy() 공개 메소드

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

Copy() 공개 메소드

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

Copy() 공개 메소드

Creates a copy of the context that can be used with the specified session.
public Copy ( Session session ) : ServerSystemContext
session Session The session to use.
리턴 ServerSystemContext

ServerSystemContext() 공개 메소드

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

ServerSystemContext() 공개 메소드

Initializes a new instance of the SystemContext class.
public ServerSystemContext ( IServerInternal server, OperationContext context ) : System
server IServerInternal The server.
context OperationContext The context.
리턴 System

ServerSystemContext() 공개 메소드

Initializes a new instance of the SystemContext class.
public ServerSystemContext ( IServerInternal server, Session session ) : System
server IServerInternal The server.
session Session The session.
리턴 System