Share via


IMultiValueScopeFilterAsyncProvider<T>.ProvideAsync(String) Method

Definition

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.

Applies to