IRemoteWebConfigurationHostServer.WriteData 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 데이터에 대한 원격 액세스를 지원하기 위해 내부적으로 사용됩니다.
이 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
파일에 마지막으로 액세스한 시간입니다.