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