RemoteSettings.GetActionsAsync<T>(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.
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>
virtual 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>>>
override this.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