WKWebExtensionController.FetchDataRecordsAsync 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.
Overloads
| Name | Description |
|---|---|
| FetchDataRecordsAsync(WKWebExtensionDataType) | |
| FetchDataRecordsAsync(NSSet<NSString>) |
FetchDataRecordsAsync(WKWebExtensionDataType)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public System.Threading.Tasks.Task<WebKit.WKWebExtensionDataRecord[]> FetchDataRecordsAsync(WebKit.WKWebExtensionDataType dataTypes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.FetchDataRecordsAsync : WebKit.WKWebExtensionDataType -> System.Threading.Tasks.Task<WebKit.WKWebExtensionDataRecord[]>
Parameters
- dataTypes
- WKWebExtensionDataType
Returns
- Attributes
Applies to
FetchDataRecordsAsync(NSSet<NSString>)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<WebKit.WKWebExtensionDataRecord[]> FetchDataRecordsAsync(Foundation.NSSet<Foundation.NSString> dataTypes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchDataRecordsAsync : Foundation.NSSet<Foundation.NSString> -> System.Threading.Tasks.Task<WebKit.WKWebExtensionDataRecord[]>
override this.FetchDataRecordsAsync : Foundation.NSSet<Foundation.NSString> -> System.Threading.Tasks.Task<WebKit.WKWebExtensionDataRecord[]>
Parameters
Returns
- Attributes