C# Class Opc.Ua.SystemContext

A generic implementation for ISystemContext interface.
Inheritance: ISystemContext, IOperationContext
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method 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 method

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

SystemContext() public method

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

SystemContext() public method

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