CoreWebView2ClusterEnvironmentOptions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.