STWebHistory.FetchHistory 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 |
|---|---|
| FetchHistory(STWebHistoryFetchHistoryCallback) | |
| FetchHistory(NSDateInterval, STWebHistoryFetchHistoryCallback) |
FetchHistory(STWebHistoryFetchHistoryCallback)
[Foundation.Export("fetchAllHistoryWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FetchHistory(ScreenTime.STWebHistoryFetchHistoryCallback completionHandler);
[<Foundation.Export("fetchAllHistoryWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchHistory : ScreenTime.STWebHistoryFetchHistoryCallback -> unit
override this.FetchHistory : ScreenTime.STWebHistoryFetchHistoryCallback -> unit
Parameters
- completionHandler
- STWebHistoryFetchHistoryCallback
- Attributes
Applies to
FetchHistory(NSDateInterval, STWebHistoryFetchHistoryCallback)
[Foundation.Export("fetchHistoryDuringInterval:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FetchHistory(Foundation.NSDateInterval interval, ScreenTime.STWebHistoryFetchHistoryCallback completionHandler);
[<Foundation.Export("fetchHistoryDuringInterval:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchHistory : Foundation.NSDateInterval * ScreenTime.STWebHistoryFetchHistoryCallback -> unit
override this.FetchHistory : Foundation.NSDateInterval * ScreenTime.STWebHistoryFetchHistoryCallback -> unit
Parameters
- interval
- NSDateInterval
- completionHandler
- STWebHistoryFetchHistoryCallback
- Attributes