C# Class NWiretap.Instruments.InstrumentBase

Inheritance: IInstrument
Show file Open project: drdk/nwiretap

Protected Properties

Property Type Description
SyncRoot object

Public Methods

Method Description
GetMeasurement ( ) : InstrumentMeasurementBase

Protected Methods

Method Description
InstrumentBase ( Type owningType, string instrumentGroup, string instrumentName ) : System

Method Details

GetMeasurement() public abstract method

public abstract GetMeasurement ( ) : InstrumentMeasurementBase
return InstrumentMeasurementBase

InstrumentBase() protected method

protected InstrumentBase ( Type owningType, string instrumentGroup, string instrumentName ) : System
owningType System.Type
instrumentGroup string
instrumentName string
return System

Property Details

SyncRoot protected property

protected object SyncRoot
return object