C# Class Opc.Ua.Server.ContinuationPoint

The table of all reference types known to the server.
This class is thread safe.
Inheritance: IDisposable
Exibir arquivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
ContinuationPoint ( ) : System

Initializes the object with default values.

Dispose ( ) : void

Frees any unmanaged resources.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

ContinuationPoint() public method

Initializes the object with default values.
public ContinuationPoint ( ) : System
return System

Dispose() public method

Frees any unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
return void