DispatcherOperation<TResult>.Result Property

Definition

Gets the result of the operation after it has completed.

public:
 property TResult Result { TResult get(); };
public TResult Result { get; }
member this.Result : 'Result
Public ReadOnly Property Result As TResult

Property Value

TResult

The result of the operation.

Applies to