ReaderCreateAsync Method (Stream) | 
 
                Asynchronously initialize with Stream.
            
 
    Namespace: 
   MaxMind.Db
    Assembly:
   MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntaxpublic static Task<Reader> CreateAsync(
	Stream stream
)
Public Shared Function CreateAsync ( 
	stream As Stream
) As Task(Of Reader)
public:
static Task<Reader^>^ CreateAsync(
	Stream^ stream
)
static member CreateAsync : 
        stream : Stream -> Task<Reader> 
Parameters
- stream
 - Type: System.IOStream
The stream to use. It will be used from its current position.  
Return Value
Type: 
TaskReader
Exceptions
See Also