C# Class CaSharpServer.CARecordCollection

Contains all the records offered by the server and handle the process loop.
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
Add ( CARecord record ) : void
CARecordCollection ( ) : System
Contains ( string name ) : bool
ProcessLoop ( ) : void
Remove ( CARecord record ) : void
this ( string key ) : CARecord

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void