ISingleValueScopeFilterAsyncProvider<T>.ProvideAsync 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.
Provides a ScopeValue
public:
System::Threading::Tasks::Task<T> ^ ProvideAsync();
public System.Threading.Tasks.Task<T> ProvideAsync ();
abstract member ProvideAsync : unit -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.VisualStudio.RemoteSettings.ScopeValue)>
Public Function ProvideAsync () As Task(Of T)
Returns
Task<T>