次の方法で共有


IInternalConfigHost.GetStreamNameForConfigSource(String, String) メソッド

定義

リモート構成ファイルで I/O タスクを実行する Stream オブジェクトに関連付けられている構成ファイル名を表す文字列を返します。

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

パラメーター

streamName
String

構成ファイルで I/O タスクを実行する Stream オブジェクトに関連付けられている構成ファイル名を表す文字列。

configSource
String

リモート構成ファイルへのパスを表す文字列。

戻り値

構成ファイルで I/O タスクを実行する Stream オブジェクトに関連付けられている構成ファイル名を表す文字列。

適用対象