BEWebContentProcess.CreateAsync Method
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.
Overloads
| Name | Description |
|---|---|
| CreateAsync(Action) | |
| CreateAsync(String, Action) |
CreateAsync(Action)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<BrowserEngineKit.BEWebContentProcess> CreateAsync(Action interruptionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateAsync : Action -> System.Threading.Tasks.Task<BrowserEngineKit.BEWebContentProcess>
Parameters
- interruptionHandler
- Action
Returns
- Attributes
Applies to
CreateAsync(String, Action)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<BrowserEngineKit.BEWebContentProcess> CreateAsync(string bundleId, Action interruptionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateAsync : string * Action -> System.Threading.Tasks.Task<BrowserEngineKit.BEWebContentProcess>
Parameters
- bundleId
- String
- interruptionHandler
- Action
Returns
- Attributes