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