StreamChangeCallback Delegate

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents a method for hosts to call when a monitored stream has changed.

Namespace:   System.Configuration.Internal
Assembly:  System.Configuration (in System.Configuration.dll)

public delegate void StreamChangeCallback(
	String^ streamName
)

Parameters

streamName
Type: System::String^

The name of the Stream object performing I/O tasks on the configuration file.

.NET Framework
Available since 2.0
Return to top
Show: