FastInfosetReader.OpenFile

Syntax:

OpenFile(<FileName>)

Parameters:

<FileName> (required)

Type: String.
The file name in FastInfoset format.

Description:

Opens FastInfoset-file to read by this object. If a data reading was already performed before calling this method, then reading is terminated and the object is initialized to read from the specified file.

Availability:

Server, thick client, external connection.

Example:

Reader = New FastInfosetReader;
Reader.OpenFile("d:/performance.fi");


    

1C:Enterprise Developer's Community