C# Class Opc.Ua.Server.ServerSystemContext

A generic implementation for ISystemContext interface.
Inheritance: Opc.Ua.SystemContext
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

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

Method Details

Copy() public method

Creates a copy of the context that can be used with the specified operation context.
public Copy ( ) : ServerSystemContext
return ServerSystemContext

Copy() public method

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

Copy() public method

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

Copy() public method

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

ServerSystemContext() public method

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

ServerSystemContext() public method

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

ServerSystemContext() public method

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