Share via


BEWebContentProcess.Create Method

Definition

Overloads

Create(Action, BEWebContentProcessCreateCallback)

[Foundation.Export("webContentProcessWithInterruptionHandler:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(Action interruptionHandler, BrowserEngineKit.BEWebContentProcessCreateCallback completion);
[<Foundation.Export("webContentProcessWithInterruptionHandler:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Action * BrowserEngineKit.BEWebContentProcessCreateCallback -> unit

Parameters

interruptionHandler
Action
Attributes

Applies to

Create(String, Action, BEWebContentProcessCreateCallback)

[Foundation.Export("webContentProcessWithBundleID:interruptionHandler:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(string bundleId, Action interruptionHandler, BrowserEngineKit.BEWebContentProcessCreateCallback completion);
[<Foundation.Export("webContentProcessWithBundleID:interruptionHandler:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * Action * BrowserEngineKit.BEWebContentProcessCreateCallback -> unit

Parameters

bundleId
String
interruptionHandler
Action
Attributes

Applies to