1 write to SendingInterval
dotnet (1)
Telemetry\PersistenceChannel\PersistenceChannel.cs (1)
57
set => _transmitter.
SendingInterval
= value;
3 references to SendingInterval
dotnet (3)
Telemetry\PersistenceChannel\PersistenceChannel.cs (1)
56
get => _transmitter.
SendingInterval
;
Telemetry\PersistenceChannel\Sender.cs (2)
114
if (_transmitter.
SendingInterval
!= null)
116
return _transmitter.
SendingInterval
.Value;