IInternalConfigHost.GetStreamNameForConfigSource(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.