CreateReader

CreateReader(string, MboxLoadOptions, CancellationToken)

创建 reader. 的实例

public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options, 
    CancellationToken token)
范围类型描述
fileNameString文件的全名。
optionsMboxLoadOptions加载 Mbox 存储时的附加选项MboxLoadOptions.
tokenCancellationToken传播应取消操作的通知。

例外

例外(健康)状况
ArgumentNullException

也可以看看


CreateReader(Stream, MboxLoadOptions, CancellationToken)

创建 reader. 的实例

public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options, 
    CancellationToken token)
范围类型描述
streamStream流。
optionsMboxLoadOptions加载 Mbox 存储时的附加选项MboxLoadOptions.
tokenCancellationToken传播应取消操作的通知。

例外

例外(健康)状况
ArgumentNullException

也可以看看


CreateReader(Stream, MboxLoadOptions)

创建 reader. 的实例

public static MboxStorageReader CreateReader(Stream stream, MboxLoadOptions options)
范围类型描述
streamStream流。
optionsMboxLoadOptions加载 Mbox 存储时的附加选项MboxLoadOptions.

例外

例外(健康)状况
ArgumentNullException

也可以看看


CreateReader(string, MboxLoadOptions)

创建 reader. 的实例

public static MboxStorageReader CreateReader(string fileName, MboxLoadOptions options)
范围类型描述
fileNameString
optionsMboxLoadOptions加载 Mbox 存储时的附加选项MboxLoadOptions.

例外

例外(健康)状况
ArgumentNullException

也可以看看