Show / Hide Table of Contents

    Interface IConcurrent

    Namespace: Sensus.Concurrent
    Assembly: SensusAndroid.dll
    Syntax
    public interface IConcurrent : IDisposable

    Methods

    ExecuteThreadSafe(Action)

    Declaration
    void ExecuteThreadSafe(Action action)
    Parameters
    Type Name Description
    System.Action action

    ExecuteThreadSafe<T>(Func<T>)

    Declaration
    T ExecuteThreadSafe<T>(Func<T> func)
    Parameters
    Type Name Description
    System.Func<T> func
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX