C# Class PBCaGw.Workers.Worker

Base class for all the workers of a processing chain.
Inheritance: IDisposable
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Chain WorkerChain

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProcessData ( DataPacket packet ) : void
SendData ( DataPacket packet ) : void

Sends the DataPacket further in the chain

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessData() public abstract méthode

public abstract ProcessData ( DataPacket packet ) : void
packet DataPacket
Résultat void

SendData() public méthode

Sends the DataPacket further in the chain
public SendData ( DataPacket packet ) : void
packet DataPacket
Résultat void

Property Details

Chain public_oe property

public WorkerChain,PBCaGw.Workers Chain
Résultat WorkerChain