Method GetDeferral
GetDeferral()
Returns a deferral that will hold up new voice events until this object has been disposed.
Declaration
public IDisposable GetDeferral()
Returns
Type | Description |
---|---|
System.IDisposable | Voice guidance deferral instance. |
Remarks
Getting a deferral will postpone raising new voice guidance events until this deferral has been released. This ensures that multiple overlapping guidance events won't be raised will busy speaking the event to the user, and once released, a new up-to-date guidance event wil be raised instead.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |