Show / Hide Table of Contents

    Class iOSPollingWlanProbe

    Inheritance
    System.Object
    Probe
    PollingProbe
    PollingWlanProbe
    iOSPollingWlanProbe
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IPollingProbe
    IProbe
    Inherited Members
    PollingWlanProbe.GetChartSeries()
    PollingWlanProbe.GetChartDataPointFromDatum(Datum)
    PollingWlanProbe.GetChartPrimaryAxis()
    PollingWlanProbe.GetChartSecondaryAxis()
    PollingWlanProbe.DisplayName
    PollingWlanProbe.DatumType
    PollingWlanProbe.DefaultPollingSleepDurationMS
    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.InitializeAsync()
    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.iOS.Network.Probes
    Assembly: SensusiOS.dll
    Syntax
    public class iOSPollingWlanProbe : PollingWlanProbe, INotifyPropertyChanged, IPollingProbe, IProbe

    Constructors

    iOSPollingWlanProbe()

    Declaration
    public iOSPollingWlanProbe()

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

    Implements

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