C# Class CaSharpServer.CARecordCollection

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

Public Methods

Method Description
Dispose ( ) : void

Private Methods

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

public Dispose ( ) : void
return void