IInternalConfigHost.DeleteStream(String) Method

Definition

Deletes the Stream object performing I/O tasks on the application configuration file.

public:
 void DeleteStream(System::String ^ streamName);
public void DeleteStream (string streamName);
abstract member DeleteStream : string -> unit
Public Sub DeleteStream (streamName As String)

Parameters

streamName
String

A string representing the name of the Stream object performing I/O tasks on the configuration file.

Applies to