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
Syntaxpublic static Task<Reader> CreateAsync(
	string file
)
Public Shared Function CreateAsync ( 
	file As String
) As Task(Of Reader)
public:
static Task<Reader^>^ CreateAsync(
	String^ file
)
static member CreateAsync : 
        file : string -> Task<Reader> 
Parameters
- file
 - Type: SystemString
The file. 
Return Value
Type: 
TaskReader
See Also