Image.GetContentAsync Method
Gets the binary content of the image asynchronously.
public abstract Task<byte[]> GetContentAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken CancellationToken
- Cancellation token that can be used to cancel the operation.
Return Value
Task<Byte[]>Binary content of the image.