Language

CoreWebView2ClusterEnvironmentOptions Constructor

Definition

Initializes a new instance of the CoreWebView2ClusterEnvironmentOptions class. Set the desired properties (in particular ClusterName) before passing the instance to CreateOrJoinClusterEnvironmentAsync(CoreWebView2ClusterEnvironmentOptions).

public CoreWebView2ClusterEnvironmentOptions(System.Collections.Generic.List<Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration> customSchemeRegistrations = default);
new Microsoft.Web.WebView2.Core.CoreWebView2ClusterEnvironmentOptions : System.Collections.Generic.List<Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration> -> Microsoft.Web.WebView2.Core.CoreWebView2ClusterEnvironmentOptions
Public Sub New (Optional customSchemeRegistrations As List(Of CoreWebView2CustomSchemeRegistration) = Nothing)

Parameters

customSchemeRegistrations
List<CoreWebView2CustomSchemeRegistration>

List of custom scheme registrations that are part of the cluster's pinned option set.

Applies to