MboxStorageReader.CreateReader
CreateReader(string, MboxLoadOptions, CancellationToken)
Creates the instance of reader.
public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options,
CancellationToken token)
Parameter | Type | Description |
---|
fileName | String | The full name of the file. |
options | MboxLoadOptions | additional options when loading a Mbox storageMboxLoadOptions . |
token | CancellationToken | Propagates notification that operations should be canceled. |
Exceptions
exception | condition |
---|
ArgumentNullException | |
See Also
CreateReader(Stream, MboxLoadOptions, CancellationToken)
Creates the instance of reader.
public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options,
CancellationToken token)
Parameter | Type | Description |
---|
stream | Stream | The stream. |
options | MboxLoadOptions | additional options when loading a Mbox storageMboxLoadOptions . |
token | CancellationToken | Propagates notification that operations should be canceled. |
Exceptions
exception | condition |
---|
ArgumentNullException | |
See Also
CreateReader(Stream, MboxLoadOptions)
Creates the instance of reader.
public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options)
Parameter | Type | Description |
---|
stream | Stream | The stream. |
options | MboxLoadOptions | additional options when loading a Mbox storageMboxLoadOptions . |
Exceptions
exception | condition |
---|
ArgumentNullException | |
See Also
CreateReader(string, MboxLoadOptions)
Creates the instance of reader.
public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options)
Parameter | Type | Description |
---|
fileName | String | |
options | MboxLoadOptions | additional options when loading a Mbox storageMboxLoadOptions . |
Exceptions
exception | condition |
---|
ArgumentNullException | |
See Also