1 write to idleManager
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
123
this.
idleManager
= idleManager;
12 references to idleManager
System.ServiceModel (12)
System\ServiceModel\Channels\ServiceChannel.cs (12)
128
if (this.
idleManager
!= null)
131
this.
idleManager
.RegisterChannel(this, out didIdleAbort);
466
if (this.
idleManager
!= null)
468
this.
idleManager
.CompletedActivity();
1165
if (this.
idleManager
!= null && this.
idleManager
.DidIdleAbort)
1329
if (this.
idleManager
!= null)
1331
this.
idleManager
.CancelTimer();
1365
if (this.
idleManager
!= null)
1367
this.
idleManager
.CancelTimer();
1433
if (this.
idleManager
!= null)
1435
this.
idleManager
.CancelTimer();