Click or drag to resize

ReaderCreateAsync Method (String)

Asynchronously initializes a new instance of the Reader class by loading the specified file into memory.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public static Task<Reader> CreateAsync(
	string file
)

Parameters

file
Type: SystemString
The file.

Return Value

Type: TaskReader
See Also