PhaseSoundEvent.StartAsync 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 |
|---|---|
| StartAsync() | |
| StartAsync(Boolean) |
StartAsync()
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Phase.PhaseSoundEventStartHandlerReason> StartAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartAsync : unit -> System.Threading.Tasks.Task<Phase.PhaseSoundEventStartHandlerReason>
override this.StartAsync : unit -> System.Threading.Tasks.Task<Phase.PhaseSoundEventStartHandlerReason>
Returns
- Attributes
Applies to
StartAsync(Boolean)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Phase.PhaseSoundEventStartHandlerReason> StartAsync(out bool result);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartAsync : bool -> System.Threading.Tasks.Task<Phase.PhaseSoundEventStartHandlerReason>
override this.StartAsync : bool -> System.Threading.Tasks.Task<Phase.PhaseSoundEventStartHandlerReason>
Parameters
- result
- Boolean
Returns
- Attributes