IMultiValueScopeFilterAsyncProvider<T>.ProvideAsync(String) 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 for the specified key.
public:
System::Threading::Tasks::Task<T> ^ ProvideAsync(System::String ^ key);
public System.Threading.Tasks.Task<T> ProvideAsync (string key);
abstract member ProvideAsync : string -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.VisualStudio.RemoteSettings.ScopeValue)>
Public Function ProvideAsync (key As String) As Task(Of T)
Parameters
- key
- String
Returns
Task<T>
The ScopeValue for the passed in key.