System.Configuration.Internal.StreamChangeCallback
Represents a method for hosts to call when a monitored stream has changed.
namespace System.Configuration.Internal
{
public delegate void StreamChangeCallback (string streamName);
}