TypedAsyncResult<T>.Result Property

Definition

Gets the typed result of the completed asynchronous operation.

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

Property Value

T

The typed result of the completed asynchronous operation.

Applies to