Show / Hide Table of Contents

    Class MainConcurrent

    Inheritance
    System.Object
    Disposable
    MainConcurrent
    Implements
    IConcurrent
    System.IDisposable
    Inherited Members
    Disposable.Dispose()
    Disposable.Dispose(Boolean)
    Disposable.DisposeCheck()
    Disposable.Finalize()
    Namespace: Sensus.iOS.Concurrent
    Assembly: SensusiOS.dll
    Syntax
    public class MainConcurrent : Disposable, IConcurrent, IDisposable

    Constructors

    MainConcurrent(Nullable<Int32>)

    Declaration
    public MainConcurrent(Nullable<int> waitTime = null)
    Parameters
    Type Name Description
    System.Nullable<System.Int32> waitTime

    Methods

    ExecuteThreadSafe(Action)

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

    ExecuteThreadSafe<T>(Func<T>)

    Declaration
    public T ExecuteThreadSafe<T>(Func<T> func)
    Parameters
    Type Name Description
    System.Func<T> func
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Implements

    IConcurrent
    System.IDisposable
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX