ValueTask.FromResult<TResult>(TResult) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a ValueTask<TResult> that's completed successfully with the specified result.
public:
generic <typename TResult>
static System::Threading::Tasks::ValueTask<TResult> FromResult(TResult result);
C#
public static System.Threading.Tasks.ValueTask<TResult> FromResult<TResult>(TResult result);
static member FromResult : 'Result -> System.Threading.Tasks.ValueTask<'Result>
Public Shared Function FromResult(Of TResult) (result As TResult) As ValueTask(Of TResult)
- TResult
The type of the result returned by the task.
- result
- TResult
The result to store into the completed task.
The successfully completed task.
Producto | Versiones |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: