C# Class NWiretap.InstrumentTracker

Datei anzeigen Open project: drdk/nwiretap

Public Properties

Property Type Description
Instruments IList
SyncRoot object

Public Methods

Method Description
RemoveInstrument ( IInstrument instrument ) : void
TrackInstrument ( IInstrument instrument ) : void

Method Details

RemoveInstrument() public static method

public static RemoveInstrument ( IInstrument instrument ) : void
instrument IInstrument
return void

TrackInstrument() public static method

public static TrackInstrument ( IInstrument instrument ) : void
instrument IInstrument
return void

Property Details

Instruments public_oe static_oe property

public static IList Instruments
return IList

SyncRoot public_oe static_oe property

public static object SyncRoot
return object