EncodeToFileAsync Method
Encodes to file.
Syntax
[VB.NET]
Public Function EncodeToFileAsync() As Task
[C#]
public Task EncodeToFileAsync();
Remarks
This method is the asynchronous version of the
EncodeToFile method and is used to support asynchronous operations in WinRT. Please refer to
EncodeToFile for more information.