4 writes to Paused
SMSvcHost (4)
System\ServiceModel\Activation\MsmqActivation.cs (4)
96
this.integrationActivationService.
Paused
= false;
97
this.transportActivationService.
Paused
= false;
107
this.integrationActivationService.
Paused
= true;
108
this.transportActivationService.
Paused
= true;
1 reference to Paused
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
332
get { return this.enabled && !this.activationService.
Paused
; }