• Home
  • Features and concepts
  • Examples
  • Reference
    • 3.0 - .NET (net6.0)
    • 3.0 - .NET (netcoreapp3.1)
    • 3.0 - .NET (net48)
    • 3.0 - Azure Service Fabric (net6.0)
    • 3.0 - Azure Service Fabric (netcoreapp3.1)
    • 3.0 - Azure Service Fabric (net48)
  • Roadmap
  • About

    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
    In This Article
    • Properties
      • IsOneWay
      • Result
    Back to top Generated by DocFX