C# Class Opc.Ua.SystemContext

A generic implementation for ISystemContext interface.
Inheritance: ISystemContext, IOperationContext
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Copy() public méthode

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

SystemContext() public méthode

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

SystemContext() public méthode

Initializes a new instance of the SystemContext class.
public SystemContext ( IOperationContext context ) : System
context IOperationContext The context.
Résultat System