Was this page helpful?

Coroutine Constructors

    Coroutine(Delegate callee, AResult result)

    public Coroutine(Delegate callee, AResult result);
    Create a new Coroutine instance from a delegate.

    Remarks

    Consider using one of the static Invoke methods instead.

    Parameters

    Name Type Description
    callee Delegate Delegate to method to be invoked as a coroutine.
    result AResult Synchronization handle.

    Coroutine(MethodInfo method, AResult result)

    public Coroutine(MethodInfo method, AResult result);
    Create a new Coroutine instance from a method

    Parameters

    Name Type Description
    method MethodInfo Info for method to be invoked as a coroutine.
    result AResult Synchronization handle.
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by