Share via


STWebHistory.FetchHistoryAsync Method

Definition

Overloads

FetchHistoryAsync()

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSUrl>> FetchHistoryAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchHistoryAsync : unit -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSUrl>>
override this.FetchHistoryAsync : unit -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSUrl>>

Returns

Attributes

Applies to

FetchHistoryAsync(NSDateInterval)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSUrl>> FetchHistoryAsync(Foundation.NSDateInterval interval);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchHistoryAsync : Foundation.NSDateInterval -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSUrl>>
override this.FetchHistoryAsync : Foundation.NSDateInterval -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSUrl>>

Parameters

interval
NSDateInterval

Returns

Attributes

Applies to