IDocumentPersistenceService.Flush(Object) 方法

定义

由派生类实现时,将指定的文档保存到磁盘上并清除内存缓冲区。When implemented by a derived class, saves the specified document to disk and clears the memory buffer.

public:
 void Flush(System::Object ^ documentRoot);
public void Flush (object documentRoot);
abstract member Flush : obj -> unit
Public Sub Flush (documentRoot As Object)

参数

documentRoot
Object

网站的根目录。The root directory for a Web site.

适用于