CreateReader
CreateReader(string, MboxLoadOptions, CancellationToken)
创建 reader. 的实例
public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options,
CancellationToken token)
范围 | 类型 | 描述 |
---|
fileName | String | 文件的全名。 |
options | MboxLoadOptions | 加载 Mbox 存储时的附加选项MboxLoadOptions . |
token | CancellationToken | 传播应取消操作的通知。 |
例外
例外 | (健康)状况 |
---|
ArgumentNullException | |
也可以看看
CreateReader(Stream, MboxLoadOptions, CancellationToken)
创建 reader. 的实例
public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options,
CancellationToken token)
范围 | 类型 | 描述 |
---|
stream | Stream | 流。 |
options | MboxLoadOptions | 加载 Mbox 存储时的附加选项MboxLoadOptions . |
token | CancellationToken | 传播应取消操作的通知。 |
例外
例外 | (健康)状况 |
---|
ArgumentNullException | |
也可以看看
CreateReader(Stream, MboxLoadOptions)
创建 reader. 的实例
public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options)
例外
例外 | (健康)状况 |
---|
ArgumentNullException | |
也可以看看
CreateReader(string, MboxLoadOptions)
创建 reader. 的实例
public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options)
例外
例外 | (健康)状况 |
---|
ArgumentNullException | |
也可以看看