Show / Hide Table of Contents

    Class PollingPointsOfInterestProximityProbe

    Inheritance
    System.Object
    Probe
    PollingProbe
    PollingPointsOfInterestProximityProbe
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IPollingProbe
    IProbe
    IPointsOfInterestProximityProbe
    Inherited Members
    PollingProbe.ProtectedStartAsync()
    PollingProbe.ProtectedStopAsync()
    PollingProbe.TestHealthAsync(List<AnalyticsTrackedEvent>)
    PollingProbe.ResetAsync()
    PollingProbe.PollingSleepDurationMS
    PollingProbe.PollingTimeoutMinutes
    PollingProbe.RawParticipation
    PollingProbe.DataRateSampleSize
    PollingProbe.MaxDataStoresPerSecond
    PollingProbe.PollTimes
    PollingProbe.AcPowerConnectPoll
    PollingProbe.AcPowerConnectPollOverridesScheduledPolls
    PollingProbe.SignificantChangePoll
    PollingProbe.SignificantChangePollOverridesScheduledPolls
    PollingProbe.AlertUserWhenBackgrounded
    PollingProbe.DelayToleranceBeforeMS
    PollingProbe.DelayToleranceAfterMS
    PollingProbe.CollectionDescription
    Probe.GetAll()
    Probe.add_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.remove_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.StartAsync()
    Probe.StoreDatumAsync(Datum, Nullable<CancellationToken>)
    Probe.ProcessDataAsync(CancellationToken)
    Probe.GetParticipation()
    Probe.StopAsync()
    Probe.RestartAsync()
    Probe.GetChart()
    Probe.Enabled
    Probe.OriginallyEnabled
    Probe.State
    Probe.MostRecentStoreTimestamp
    Probe.Protocol
    Probe.StoreData
    Probe.AllowDisableOnStartUp
    Probe.StartStopTimes
    Probe.SuccessfulHealthTestTimes
    Probe.MaxChartDataCount
    Probe.Caption
    Probe.SubCaption
    Probe.MostRecentDatumChanged
    Probe.PropertyChanged
    Namespace: Sensus.Probes.Location
    Assembly: SensusAndroid.dll
    Syntax
    public class PollingPointsOfInterestProximityProbe : PollingProbe, INotifyPropertyChanged, IPollingProbe, IProbe, IPointsOfInterestProximityProbe

    Constructors

    PollingPointsOfInterestProximityProbe()

    Declaration
    public PollingPointsOfInterestProximityProbe()

    Properties

    DatumType

    Declaration
    public override Type DatumType { get; }
    Property Value
    Type Description
    System.Type
    Overrides
    Probe.DatumType

    DefaultPollingSleepDurationMS

    Declaration
    public override int DefaultPollingSleepDurationMS { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    PollingProbe.DefaultPollingSleepDurationMS

    DisplayName

    Declaration
    public override sealed string DisplayName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Probe.DisplayName

    Triggers

    Declaration
    public ObservableCollection<PointOfInterestProximityTrigger> Triggers { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<PointOfInterestProximityTrigger>

    Methods

    GetChartDataPointFromDatum(Datum)

    Declaration
    protected override ChartDataPoint GetChartDataPointFromDatum(Datum datum)
    Parameters
    Type Name Description
    Datum datum
    Returns
    Type Description
    Syncfusion.SfChart.XForms.ChartDataPoint
    Overrides
    Probe.GetChartDataPointFromDatum(Datum)

    GetChartPrimaryAxis()

    Declaration
    protected override ChartAxis GetChartPrimaryAxis()
    Returns
    Type Description
    Syncfusion.SfChart.XForms.ChartAxis
    Overrides
    Probe.GetChartPrimaryAxis()

    GetChartSecondaryAxis()

    Declaration
    protected override RangeAxisBase GetChartSecondaryAxis()
    Returns
    Type Description
    Syncfusion.SfChart.XForms.RangeAxisBase
    Overrides
    Probe.GetChartSecondaryAxis()

    GetChartSeries()

    Declaration
    protected override ChartSeries GetChartSeries()
    Returns
    Type Description
    Syncfusion.SfChart.XForms.ChartSeries
    Overrides
    Probe.GetChartSeries()

    InitializeAsync()

    Declaration
    protected override Task InitializeAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Probe.InitializeAsync()

    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
    PollingProbe.PollAsync(CancellationToken)

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IPollingProbe
    IProbe
    IPointsOfInterestProximityProbe
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX