Show / Hide Table of Contents

    Interface ISensusServiceHelper

    Namespace: Sensus
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public interface ISensusServiceHelper

    Properties

    Logger

    Declaration
    ILogger Logger { get; }
    Property Value
    Type Description
    ILogger

    Methods

    FlashNotificationAsync(String)

    Declaration
    Task FlashNotificationAsync(string message)
    Parameters
    Type Name Description
    System.String message
    Returns
    Type Description
    System.Threading.Tasks.Task

    KeepDeviceAwakeAsync()

    Declaration
    Task KeepDeviceAwakeAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    LetDeviceSleepAsync()

    Declaration
    Task LetDeviceSleepAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    SaveAsync()

    Declaration
    Task SaveAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX