C# 클래스 CaSharpServer.CARecordCollection

Contains all the records offered by the server and handle the process loop.
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
Add ( CARecord record ) : void
CARecordCollection ( ) : System
Contains ( string name ) : bool
ProcessLoop ( ) : void
Remove ( CARecord record ) : void
this ( string key ) : CARecord

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void