Share via


IRemoteSettings.GetActionsAsync<T>(String) Method

Definition

Gets all remote actions of type T, wrapped in ActionWrapper. Waits for the call to Targeted Notifications backend to complete. Must be called after Start.

public:
generic <typename T>
 System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::RemoteSettings::ActionWrapper<T> ^> ^> ^ GetActionsAsync(System::String ^ actionPath);
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.RemoteSettings.ActionWrapper<T>>> GetActionsAsync<T> (string actionPath);
abstract member GetActionsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.VisualStudio.RemoteSettings.ActionWrapper<'T>>>
Public Function GetActionsAsync(Of T) (actionPath As String) As Task(Of IEnumerable(Of ActionWrapper(Of T)))

Type Parameters

T

Parameters

actionPath
String

Unique path to identify the actions to retrieve

Returns

Applies to