DelegatingConfigHost.GetStreamNameForConfigSource(String, String) Method

Definition

Returns the name of a Stream object performing I/O tasks on a configuration source.

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

public:
 virtual System::String ^ GetStreamNameForConfigSource(System::String ^ streamName, System::String ^ configSource);
public virtual string GetStreamNameForConfigSource (string streamName, string configSource);
abstract member GetStreamNameForConfigSource : string * string -> string
override this.GetStreamNameForConfigSource : string * string -> string
Public Overridable Function GetStreamNameForConfigSource (streamName As String, configSource As String) As String

Parameters

streamName
String

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

configSource
String

A string representing the configuration source.

Returns

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

Implements

Applies to