C# Class NWiretap.InstrumentTracker

Afficher le fichier Open project: drdk/nwiretap

Méthodes publiques

Свойство Type Description
Instruments IList
SyncRoot object

Méthodes publiques

Méthode Description
RemoveInstrument ( IInstrument instrument ) : void
TrackInstrument ( IInstrument instrument ) : void

Method Details

RemoveInstrument() public static méthode

public static RemoveInstrument ( IInstrument instrument ) : void
instrument IInstrument
Résultat void

TrackInstrument() public static méthode

public static TrackInstrument ( IInstrument instrument ) : void
instrument IInstrument
Résultat void

Property Details

Instruments public_oe static_oe property

public static IList Instruments
Résultat IList

SyncRoot public_oe static_oe property

public static object SyncRoot
Résultat object