Was this page helpful?

Result Constructors

    Result()

    public Result();
    Create a new instance with the default timeout.

    Parameters

    Name Type Description

    Result(TimeSpan timeout)

    public Result(TimeSpan timeout);
    Create a new instance with a timeout.

    Parameters

    Name Type Description
    timeout TimeSpan Time to wait for completion before setting completion as a System.TimeoutException.

    Result(TaskEnv env)

    public Result(TaskEnv env);
    Create a new instance with a given environment.

    Parameters

    Name Type Description
    env TaskEnv Environment to use for the result invocation.

    Result(TimeSpan timeout, TaskEnv env)

    public Result(TimeSpan timeout, TaskEnv env);
    Create a new instance with a given environment and timeout

    Parameters

    Name Type Description
    timeout TimeSpan Time to wait for completion before setting completion as a System.TimeoutException.
    env TaskEnv Environment to use for the result invocation.
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by