다음을 통해 공유


IRemoteWebConfigurationHostServer.WriteData 메서드

정의

구성 데이터에 대한 원격 액세스를 지원하기 위해 내부적으로 사용됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void WriteData(System::String ^ fileName, System::String ^ templateFileName, cli::array <System::Byte> ^ data, long % readTime);
public void WriteData (string fileName, string templateFileName, byte[] data, ref long readTime);
abstract member WriteData : string * string * byte[] * int64 -> unit
Public Sub WriteData (fileName As String, templateFileName As String, data As Byte(), ByRef readTime As Long)

매개 변수

fileName
String

액세스할 원격 구성 파일의 경로입니다.

templateFileName
String

복제할 파일 특성이 들어 있는 파일입니다.

data
Byte[]

쓸 데이터입니다.

readTime
Int64

파일에 마지막으로 액세스한 시간입니다.

적용 대상