IStreamedFileDataRequest.FailAndClose(StreamedFileFailureMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the data can't be streamed and releases system resources that are exposed by the current stream indicating that the data request is complete.
public:
void FailAndClose(StreamedFileFailureMode failureMode);
void FailAndClose(StreamedFileFailureMode const& failureMode);
public void FailAndClose(StreamedFileFailureMode failureMode);
function failAndClose(failureMode)
Public Sub FailAndClose (failureMode As StreamedFileFailureMode)
Parameters
- failureMode
- StreamedFileFailureMode
The enum value that indicates why the data stream can't be accessed.