2 implementations of StopMonitoringStreamForChanges
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
131public virtual void StopMonitoringStreamForChanges(string streamName, StreamChangeCallback callback)
System\Configuration\Internal\InternalConfigHost.cs (1)
107void IInternalConfigHost.StopMonitoringStreamForChanges(string streamName, StreamChangeCallback callback)
3 references to StopMonitoringStreamForChanges
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (2)
643Host.StopMonitoringStreamForChanges(streamInfo.StreamName, ConfigStreamInfo.CallbackDelegate); 3513Host.StopMonitoringStreamForChanges(streamInfo.StreamName, callbackDelegate);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
133Host.StopMonitoringStreamForChanges(streamName, callback);