Compressor.FinishAsync 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.
Finishes writing the compression stream.
public:
virtual IAsyncOperation<bool> ^ FinishAsync() = FinishAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> FinishAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> FinishAsync();
function finishAsync()
Public Function FinishAsync () As IAsyncOperation(Of Boolean)
Returns
The asynchronous operation.
- Attributes