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 SourceIsOneWay
Gets or sets a value indicating whether the invocation was one-way.
Declaration
public bool IsOneWay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Result
Gets the invocation result.
Declaration
public object Result { get; }
Property Value
Type | Description |
---|---|
System.Object | The invocation result. |