Partager via


TypedAsyncResult<T>.Result Propriété

Définition

Obtient ou définit le résultat typé de l'opération asynchrone terminée.

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

Valeur de propriété

T

Résultat typé de l'opération asynchrone terminée.

S’applique à