ObservableTask<TResult>.FromResult(TResult) Method
Definition
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.
public:
static Microsoft::VisualStudio::Imaging::ObservableTask<TResult> ^ FromResult(TResult result);
public static Microsoft.VisualStudio.Imaging.ObservableTask<TResult> FromResult (TResult result);
static member FromResult : 'Result -> Microsoft.VisualStudio.Imaging.ObservableTask<'Result>
Public Shared Function FromResult (result As TResult) As ObservableTask(Of TResult)
Parameters
- result
- TResult