C# Class Opc.Ua.Server.ServerSystemContext

A generic implementation for ISystemContext interface.
Inheritance: Opc.Ua.SystemContext
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Copy() public méthode

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.
Résultat ServerSystemContext

Copy() public méthode

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.
Résultat ServerSystemContext

Copy() public méthode

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.
Résultat ServerSystemContext

ServerSystemContext() public méthode

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

ServerSystemContext() public méthode

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

ServerSystemContext() public méthode

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