Class AndroidSoundProbe
Inheritance
System.Object
AndroidSoundProbe
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SensusAndroid.dll
Syntax
public class AndroidSoundProbe : SoundProbe, INotifyPropertyChanged, IPollingProbe, IProbe
Constructors
AndroidSoundProbe()
Declaration
public AndroidSoundProbe()
Methods
PollAsync(CancellationToken)
Declaration
protected override Task<List<Datum>> PollAsync(CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| System.Threading.CancellationToken |
cancellationToken |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Collections.Generic.List<Datum>> |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged