Show / Hide Table of Contents

    Class Probe.MostRecentDatumChangedDelegateAsync

    Delegate for methods that handle MostRecentDatumChanged events from Probes.

    Inheritance
    System.Object
    Probe.MostRecentDatumChangedDelegateAsync
    Namespace: Sensus.Probes
    Assembly: SensusAndroid.dll
    Syntax
    public sealed class MostRecentDatumChangedDelegateAsync : MulticastDelegate

    Constructors

    MostRecentDatumChangedDelegateAsync(Object, IntPtr)

    Declaration
    public MostRecentDatumChangedDelegateAsync(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Datum, Datum, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Datum previous, Datum current, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Datum previous
    Datum current
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Task EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Threading.Tasks.Task

    Invoke(Datum, Datum)

    Declaration
    public virtual Task Invoke(Datum previous, Datum current)
    Parameters
    Type Name Description
    Datum previous
    Datum current
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX