Share via


ISingleValueScopeFilterAsyncProvider<T>.ProvideAsync Method

Definition

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>

Applies to