Show / Hide Table of Contents

    Class InvocationResult

    Represents the result of an asynchronous operation invocation.

    Inheritance
    System.Object
    InvocationResult
    Namespace: Copper.Common.Dispatcher
    Assembly: Copper.Common.dll
    Syntax
    public class InvocationResult

    Properties

    View Source

    IsOneWay

    Gets or sets a value indicating whether the invocation was one-way.

    Declaration
    public bool IsOneWay { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this invocation was one-way; otherwise, false.

    View Source

    Result

    Gets the invocation result.

    Declaration
    public object Result { get; }
    Property Value
    Type Description
    System.Object

    The invocation result.

    • View Source
    Back to top Generated by DocFX