IStreamedFileDataRequest 接口

定义

表示顺序访问输出流,指示对通过调用 CreateStreamedFileAsyncReplaceWithStreamedFileAsync 创建的 StorageFile 数据流的请求。

public interface class IStreamedFileDataRequest
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(376700110, 55997, 19792, 190, 238, 24, 11, 138, 129, 145, 182)]
struct IStreamedFileDataRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(376700110, 55997, 19792, 190, 238, 24, 11, 138, 129, 145, 182)]
public interface IStreamedFileDataRequest
Public Interface IStreamedFileDataRequest
派生
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

方法

FailAndClose(StreamedFileFailureMode)

指示无法流式传输数据,并释放当前流公开的系统资源,指示数据请求已完成。

适用于