StreamChangeCallback Delegate

Definition

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

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

public delegate void StreamChangeCallback(System::String ^ streamName);
public delegate void StreamChangeCallback(string streamName);
type StreamChangeCallback = delegate of string -> unit
Public Delegate Sub StreamChangeCallback(streamName As String)

Parameters

streamName
String

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

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to