IInternalConfigHost.GetStreamNameForConfigSource(String, String) Method

Definition

Returns a string representing the configuration file name associated with the Stream object performing I/O tasks on a remote configuration file.

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

Parameters

streamName
String

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

configSource
String

A string representing a path to a remote configuration file.

Returns

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

Applies to