DelegatingConfigHost.GetStreamNameForConfigSource(String, String) 方法

定义

返回对配置源执行 I/O 任务的 Stream 对象的名称。Returns the name of a Stream object performing I/O tasks on a configuration source.

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

streamName
String

对配置文件执行 I/O 任务的 Stream 对象的名称。The name of a Stream object performing I/O tasks on a configuration file.

configSource
String

表示配置源的字符串。A string representing the configuration source.

返回

String

一个字符串,表示在配置源上执行 I/O 任务的 Stream 对象的名称。A string representing the name of a Stream object performing I/O tasks on a configuration source.

实现

适用于