C# 클래스 NWiretap.InstrumentTracker

파일 보기 프로젝트 열기: drdk/nwiretap

공개 프로퍼티들

프로퍼티 타입 설명
Instruments IList
SyncRoot object

공개 메소드들

메소드 설명
RemoveInstrument ( IInstrument instrument ) : void
TrackInstrument ( IInstrument instrument ) : void

메소드 상세

RemoveInstrument() 공개 정적인 메소드

public static RemoveInstrument ( IInstrument instrument ) : void
instrument IInstrument
리턴 void

TrackInstrument() 공개 정적인 메소드

public static TrackInstrument ( IInstrument instrument ) : void
instrument IInstrument
리턴 void

프로퍼티 상세

Instruments 공개적으로 정적으로 프로퍼티

public static IList Instruments
리턴 IList

SyncRoot 공개적으로 정적으로 프로퍼티

public static object SyncRoot
리턴 object