CaptureSnapshotAsync(CancellationToken) Method

Definition

Assembly NativeWebView.Core.dll

Captures the current viewport, returning null when a capture is temporarily unavailable.

Task<NativeWebViewSnapshot?> CaptureSnapshotAsync(CancellationToken cancellationToken = default(CancellationToken))

Parameters

cancellationToken
CancellationToken

Returns