WKContentRuleListStore.GetAvailableContentRuleListIdentifiersAsync 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.
Retrieves the list of identifiers for available content rule lists and passes them to the provided callback
.
public virtual System.Threading.Tasks.Task<string[]> GetAvailableContentRuleListIdentifiersAsync ();
abstract member GetAvailableContentRuleListIdentifiersAsync : unit -> System.Threading.Tasks.Task<string[]>
override this.GetAvailableContentRuleListIdentifiersAsync : unit -> System.Threading.Tasks.Task<string[]>
Returns
A task that represents the asynchronous GetAvailableContentRuleListIdentifiers operation. The value of the TResult parameter is of type System.Action<System.String[]>.
Remarks
The GetAvailableContentRuleListIdentifiersAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
To be added.