C# 클래스 PBCaGw.Workers.Worker

Base class for all the workers of a processing chain.
상속: IDisposable
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Chain WorkerChain

공개 메소드들

메소드 설명
Dispose ( ) : void
ProcessData ( DataPacket packet ) : void
SendData ( DataPacket packet ) : void

Sends the DataPacket further in the chain

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessData() 공개 추상적인 메소드

public abstract ProcessData ( DataPacket packet ) : void
packet DataPacket
리턴 void

SendData() 공개 메소드

Sends the DataPacket further in the chain
public SendData ( DataPacket packet ) : void
packet DataPacket
리턴 void

프로퍼티 상세

Chain 공개적으로 프로퍼티

public WorkerChain,PBCaGw.Workers Chain
리턴 WorkerChain