Show / Hide Table of Contents

    Delegate AsyncCallback

    References a method to be called when a corresponding asynchronous operation completes.

    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    public delegate void AsyncCallback(IAsyncResult ar);
    Parameters
    Type Name Description
    IAsyncResult ar

    The result of the asynchronous operation.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX