Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 502 Bytes

streamedfilefailuremode.md

File metadata and controls

30 lines (20 loc) · 502 Bytes
-api-id -api-type
T:Windows.Storage.StreamedFileFailureMode
winrt enum

StreamedFileFailureMode

-description

Indicates the reason that data could not be streamed.

-enum-fields

-field Failed:0

Streaming the data failed.

-field CurrentlyUnavailable:1

The data could not be accessed.

-field Incomplete:2

Streaming the data failed to complete.

-remarks

-examples

-see-also