コード例 #1
0
 public WmiServiceSensorParameters(WmiServiceTarget service, bool startStopped = false, bool notifyChanged = true, bool monitorPerformance = false) :
     this(new List <WmiServiceTarget> {
     service
 }, startStopped, notifyChanged, monitorPerformance)
 {
 }
コード例 #2
0
 public WmiServiceSensorParameters(WmiServiceTarget service, bool startStopped = false, bool notifyStarted = true, bool monitorPerformance = false, params string[] tags) :
     this(new List <WmiServiceTarget> {
     service
 }, startStopped, notifyStarted, monitorPerformance, tags)
 {
 }