C# Class Opc.Ua.Server.ContinuationPoint

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

Méthodes publiques

Méthode Description
ContinuationPoint ( ) : System

Initializes the object with default values.

Dispose ( ) : void

Frees any unmanaged resources.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

ContinuationPoint() public méthode

Initializes the object with default values.
public ContinuationPoint ( ) : System
Résultat System

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void