BeginCaptureSnapshot(CancellationToken) Method

Definition

Assembly NativeWebView.Core.dll

Begins a snapshot and exposes when native registration has completed.

NativeWebViewSnapshotCapture BeginCaptureSnapshot(CancellationToken cancellationToken = default(CancellationToken))

Parameters

cancellationToken
CancellationToken

Returns

Remarks

The default implementation conservatively completes the registration milestone with the snapshot operation. Providers that can identify an earlier native-registration boundary should override this method.