Edit

Share via


WKContentRuleListStore.GetAvailableContentRuleListIdentifiersAsync Method

Definition

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.

Applies to